Files
komodo/lib/db_client/Cargo.toml
2023-03-02 21:25:46 +00:00

11 lines
276 B
TOML

[package]
name = "db_client"
version = "0.2.5"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
types = { package = "monitor_types", path = "../types" }
mungos = "0.3.0"
anyhow = "1.0"