ptth/crates/ptth_kv/Cargo.toml

11 lines
189 B
TOML

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