remote_hash_map 0.0.1

Remote hash map
Documentation
[[bin]]
name = "ng"
path = "src/node_group.rs"

[[bin]]
name = "node"
path = "src/node.rs"
[build-dependencies.tonic-build]
version = "0.11.0"
[dependencies.env_logger]
version = "0.11.3"

[dependencies.http]
version = "0.2.12"

[dependencies.log]
version = "0.4.21"

[dependencies.prost]
version = "0.12.6"

[dependencies.structopt]
version = "0.3.26"

[dependencies.thiserror]
version = "1.0.61"

[dependencies.tokio]
features = ["full"]
version = "1.37.0"

[dependencies.tonic]
version = "0.11.0"

[package]
authors = ["Kamil Wdowicz <kwdowicz@gmail.com>"]
description = "Remote hash map"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "remote_hash_map"
repository = "https://github.com/kwdowicz/remote_hash_map"
version = "0.0.1"