elaeis4/quicktap/Cargo.toml

13 lines
262 B
TOML
Raw Normal View History

2022-12-10 00:18:21 +00:00
[package]
2022-12-10 04:03:28 +00:00
name = "quicktap"
2022-12-10 00:18:21 +00:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-12-10 04:03:28 +00:00
cidr = "0.2.1"
etherparse = "0.13.0"
[target.'cfg(unix)'.dependencies]
tun = "0.5.4"