wip
This commit is contained in:
parent
b37086e8f6
commit
1a13b77295
20 changed files with 767 additions and 468 deletions
|
|
@ -3,7 +3,11 @@ 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
|
||||
[features]
|
||||
default = ["tokio"]
|
||||
tokio = ["dep:tokio"]
|
||||
|
||||
[dependencies]
|
||||
tun = { version = "0.1", path = "../tun" }
|
||||
fehler = "1.0"
|
||||
tun = { path = "../tun" }
|
||||
tokio = { version = "1.0", features = ["net"], optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue