Files
komodo/lib/db_client/Cargo.toml
2023-02-21 04:32:41 +00:00

11 lines
277 B
TOML

[package]
name = "db_client"
version = "0.1.16"
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"