Files
rust-scan/Cargo.toml
T

19 lines
381 B
TOML
Raw Normal View History

2025-04-16 11:49:51 -06:00
[package]
name = "untitled"
version = "0.1.0"
edition = "2024"
[dependencies]
2025-04-17 23:39:14 -06:00
reqwest = { version = "0.12.15", features = ["blocking"] }
byteorder = "1.5.0"
indicatif = "0.17.11"
2025-04-17 23:39:14 -06:00
lazy_static = "1.5.0"
memchr = "2.7.4"
2025-04-16 11:49:51 -06:00
pnet = "0.35.0"
rand = "0.9.0"
2025-04-17 23:39:14 -06:00
regex = "1.11.1"
2025-04-16 11:49:51 -06:00
rocksdb = "0.23.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
tokio = "1.44.2"