ghostport/Cargo.toml
2023-07-27 05:19:52 +01:00

14 lines
374 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"] }
serde = { version = "1.0.176", features = ["derive"] }
serde_json = "1.0.104"
tokio = { version = "1", features = ["full"] }