mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-02 09:34:38 -05:00
12 lines
338 B
TOML
12 lines
338 B
TOML
[package]
|
|
name = "db_client"
|
|
version = "0.1.11"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
types = { package = "monitor_types", version = "0.1.11" }
|
|
# types = { package = "monitor_types", path = "../types" }
|
|
mungos = "0.3.0"
|
|
anyhow = "1.0" |