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