Current section
Files
Jump to
Current section
Files
native/exp2p/Cargo.toml
[package]
name = "exp2p"
version = "0.1.0"
authors = []
edition = "2018"
[lib]
name = "exp2p"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
bytes = "1.1.0"
futures = "0.3.21"
tokio = {version = "1.17.0", features = ["full"]}
rustler = "0.23.0"
qp2p = {git = "https://github.com/SoCal-Software-Labs/qp2p.git", ref = "2f162c2690fe9452473cf6440ef63c1ba517ccaf"}