18 lines
437 B
TOML
18 lines
437 B
TOML
[package]
|
|
name = "dermy-server"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
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"]}
|
|
pyo3 = { version = "0.21.2", features = ["auto-initialize"]}
|
|
serde = "1.0.203"
|
|
tokio = "1.38.0"
|
|
vrd = "0.0.7"
|