summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 4066d3d9e0c4048d19592e74c93a849f31984de1 (plain)
1
2
3
4
5
6
7
8
9
10
11
[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"] }