ip-over-anything/Cargo.toml
Joey Hines 8cb724fe0d
Added the TCP medium
+ Split impl for Server/Clients
+ Working, but slow I think it's time to look at performance
2025-03-30 13:46:51 -06:00

14 lines
308 B
TOML

[package]
name = "ip-over-anything"
version = "0.1.0"
edition = "2024"
[dependencies]
tun = "0.7.13"
thiserror = "2.0.12"
log = "0.4.26"
pretty-hex = "0.4.1"
env_logger = "0.11.6"
clap = { version = "4.5.34", features = ["derive"] }
config = "0.15.11"
serde = { version = "1.0.219", features = ["derive"] }