asklyphe/lyphedb/ldbtesttool/Cargo.toml

14 lines
300 B
TOML
Raw Normal View History

2025-03-12 12:52:24 -07:00
[package]
name = "ldbtesttool"
version = "0.1.0"
edition = "2024"
[dependencies]
rmp-serde = "1.1.2"
futures = "0.3.30"
async-nats = "0.38.0"
tokio = { version = "1.0", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
lyphedb = { path = "../" }
toml = "0.8.20"
rand = "0.9.0"