forked from github-starred/komodo
12 lines
264 B
TOML
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" |