ptth/crates/ptth_kv/Cargo.toml

13 lines
224 B
TOML

[package]
name = "ptth_kv"
version = "0.1.0"
authors = ["Trish"]
edition = "2018"
[dependencies]
anyhow = "1.0.34"
base64 = "0.13.0"
hyper = "0.13.8"
thiserror = "1.0.22"
tokio = { version = "0.2.22", features = ["full"] }