dermy-api/Cargo.toml

20 lines
476 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"
2024-06-11 17:26:50 +00:00
futures = "0.3.30"
2024-06-07 17:59:35 +00:00
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"
2024-06-10 17:43:24 +00:00
serde_json = "1.0.117"
2024-06-07 17:59:35 +00:00
tokio = "1.38.0"
vrd = "0.0.7"