burrow/tun-async/Cargo.toml
2023-04-10 16:49:23 -04:00

9 lines
221 B
TOML

[package]
name = "tun-async"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tun = { version = "0.1", path = "../tun" }