13 lines
261 B
TOML
13 lines
261 B
TOML
[package]
|
|
name = "p2pchat_transport_tuntapport"
|
|
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"] }
|
|
|