2023-07-04 13:10:14 +00:00
|
|
|
[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]
|
2023-07-27 04:19:52 +00:00
|
|
|
anyhow = "1.0.72"
|
|
|
|
clap = { version = "4.3.19", features = ["derive"] }
|
2023-08-01 00:16:15 +00:00
|
|
|
rand = "0.8.5"
|
2024-10-04 17:06:29 +00:00
|
|
|
regex = "1.11.0"
|
2023-07-27 04:19:52 +00:00
|
|
|
tokio = { version = "1", features = ["full"] }
|
2023-08-01 00:16:15 +00:00
|
|
|
tracing = "0.1.37"
|
|
|
|
tracing-subscriber = "0.3.17"
|