implement a bunch of utility functions on tun device primitive
This commit is contained in:
parent
486fea2088
commit
d94f20d042
9 changed files with 248 additions and 82 deletions
13
native/p2pchat_transport_prim_tun/Cargo.toml
Normal file
13
native/p2pchat_transport_prim_tun/Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "p2pchat_transport_prim_tun"
|
||||
version = "0.1.0"
|
||||
authors = []
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
rustler = "0.37.4"
|
||||
tun-rs = { version = "2.8.3", default-features = false, features = ["blocking", "experimental"] }
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue