init
parents
Showing
.gitignore
0 → 100644
Cargo.lock
0 → 100644
Cargo.toml
0 → 100644
| [package] | ||
| name = "tun1" | ||
| version = "0.1.0" | ||
| edition = "2021" | ||
| [dependencies] | ||
| tun = "0.7" | ||
| socket2 = { version = "0.5.8", features = ["all"] } | ||
| #pnet = "0.35.0" | ||
| #pnet_macros = "0.35.0" |
src/main.rs
0 → 100644
Please register or sign in to comment