Finish verion 0.1.0
This commit is contained in:
13
crates/wtfnet-probe/Cargo.toml
Normal file
13
crates/wtfnet-probe/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "wtfnet-probe"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
pnet = "0.34"
|
||||
socket2 = "0.6"
|
||||
thiserror = "2"
|
||||
tokio = { version = "1", features = ["net", "time"] }
|
||||
surge-ping = "0.8"
|
||||
wtfnet-geoip = { path = "../wtfnet-geoip" }
|
||||
Reference in New Issue
Block a user