Files
komodo/lib/db_client/Cargo.toml
2022-11-06 20:05:51 -05:00

12 lines
264 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 = { path = "../types" }
axum = "0.5"
mungos = "0.2.24"
anyhow = "1.0"