p2pchat/native/p2pchat_transport_prim_tun/Cargo.toml
2026-05-22 15:38:14 +02:00

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"] }