dermy-api/Cargo.toml

18 lines
434 B
TOML
Raw Normal View History

2024-06-06 15:56:56 +00:00
[package]
2024-06-09 17:13:04 +00:00
name = "dermy-api"
2024-06-06 15:56:56 +00:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-06-07 17:59:35 +00:00
anyhow = "1.0.86"
axum = "0.7.5"
chrono = "0.4.38"
http = "1.1.0"
mongodb = { version = "2.8.2", features = ["bson-chrono-0_4", "tokio-runtime"]}
2024-06-08 15:36:06 +00:00
pyo3 = { version = "0.21.2", features = ["auto-initialize"]}
2024-06-07 17:59:35 +00:00
serde = "1.0.203"
tokio = "1.38.0"
vrd = "0.0.7"