rqbit/crates/dht/Cargo.toml

12 lines
No EOL
280 B
TOML

[package]
name = "dht"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
kad = "0.6"
tokio = {version = "1", features = ["macros", "rt"]}
hex = "0.4"
bencode = {path = "../bencode"}