mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
11 lines
277 B
TOML
11 lines
277 B
TOML
[package]
|
|
name = "db_client"
|
|
version = "0.3.4"
|
|
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.19"
|
|
anyhow = "1.0" |