Current section
Files
Jump to
Current section
Files
native/ex_reticulum_nif/Cargo.toml
[package]
name = "ex_reticulum_nif"
version = "0.1.0"
edition = "2021"
[lib]
name = "ex_reticulum_nif"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.37.2"
reticulum = { git = "https://github.com/BeechatNetworkSystemsLtd/Reticulum-rs.git" }
tokio = { version = "1.44.2", features = ["rt-multi-thread"] }
rand_core = { version = "0.6.4", features = ["getrandom"] }
ed25519-dalek = "2.1.1"
x25519-dalek = { version = "2.0.1", features = ["static_secrets"] }