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

8 lines
201 B
TOML

[workspace]
resolver = "2"
members = ["native/p2pchat_transport_prim_tun"]
[workspace.dependencies]
rustler = { version = "0.37.4", git = "https://github.com/lilioid/rustler.git", branch="master" }