feat: init commit

This commit is contained in:
2023-01-17 22:52:32 +08:00
commit 740203af92
9 changed files with 1062 additions and 0 deletions

16
Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "ring"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.0.26", features = ["derive"] }
pnet = "0.31.0"
rand = "0.8.5"
socket2 = "0.4.7"
thiserror = "1.0.37"
anyhow = "1.0"
crossbeam-channel = "0.5.6"
signal-hook = "0.3.14"