mirror of
https://github.com/YGGverse/yps.git
synced 2026-04-01 01:15:28 +00:00
initial commit
This commit is contained in:
parent
36556f4f3c
commit
1392fee475
10 changed files with 348 additions and 0 deletions
16
Cargo.toml
Normal file
16
Cargo.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "yps"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
description = "YPS - Yggdrasil Port Scanner"
|
||||
keywords = ["yggdrasil", "tcp", "udp", "search", "crawler"]
|
||||
categories = ["network-programming"]
|
||||
repository = "https://github.com/YGGverse/yps"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue