[package] name = "dhust" version = "0.1.0" edition = "2021" license = "MIT" description = "A collection of distributed hash table implementations" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4.17" simple_logger = "4.1.0" tokio = { version = "1", features = ["full"] }