13 lines
271 B
TOML
13 lines
271 B
TOML
[package]
|
|
name = "p2pchat_transport_prim_tun"
|
|
version = "0.1.0"
|
|
authors = []
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
rustler = { workspace = true }
|
|
tun-rs = { version = "2.8.3", default-features = false, features = ["blocking", "experimental"] }
|
|
|