Files
simple-rust-tests/__network/tuntapmac/Cargo.toml

13 lines
319 B
TOML

[package]
name = "tuntapmac"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tun-tap-mac = {version = "0.1.2", features = ["tokio"] }
tokio-core = "~0.1"
futures = "~0.1"