summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 7e09ce10bfd9c2cfc72c233cbe5064ecae176e3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "udp-obfs-rs"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4", features = ["derive"] }
hex = "0.4.3"
tokio = { version = "1", features = ["full"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.17"