1
0
mirror of https://github.com/vxfemboy/ghostport.git synced 2024-11-16 00:58:56 +02:00
ghostport/Cargo.toml
2024-10-04 17:06:29 +00:00

16 lines
377 B
TOML

[package]
name = "ghostport"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.72"
clap = { version = "4.3.19", features = ["derive"] }
rand = "0.8.5"
regex = "1.11.0"
tokio = { version = "1", features = ["full"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.17"