You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
489 B
TOML

[package]
name = "torment-dht-node"
version = "0.1.0"
authors = ["eater <=@eater.me>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
torment-core = { path = "../torment-core" }
torment-dht = { path = "../torment-dht" }
futures = "0.3.5"
rand = "0.7.3"
async-std = { version = "1.6.3", features = ["attributes"] }
chrono = "0.4.15"
bytes = "0.5.6"
bson = "1.1.0"
serde = "1.0.115"
serde_derive = "1.0.115"