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"
|
2022-12-12 14:30:21 +00:00
|
|
|
blake2 = "0.10.5"
|
2022-12-10 04:03:28 +00:00
|
|
|
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
|
|
tun = "0.5.4"
|