dhust 0.1.0

A collection of distributed hash table implementations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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"] }