Files
komodo/lib/db_client/Cargo.toml
2022-12-07 15:42:57 -05:00

11 lines
277 B
TOML

[package]
name = "db_client"
version = "0.1.0"
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.2.24"
anyhow = "1.0"