axtun/Cargo.toml
2025-07-16 22:48:16 -04:00

16 lines
412 B
TOML

[package]
name = "axtun"
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.78"
ax25 = "0.3.0"
clap = { version = "4.4.13", features = ["derive"] }
etherparse = "0.13.0"
futures = "0.3.30"
tokio = { version = "1.35.1", features = ["full"] }
tun = { version = "0.6.1", features = ["tokio", "async"] }