22 lines
492 B
TOML
22 lines
492 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"
|
|
axum_session = "0.14.0"
|
|
axum_session_auth = "0.14.0"
|
|
axum_session_mongo = "0.1.0"
|
|
candle-nn = "0.5.1"
|
|
chrono = "0.4.38"
|
|
http = "1.1.0"
|
|
mongodb = { version = "2.8.2", features = ["bson-chrono-0_4", "tokio-runtime"]}
|
|
rlg = "0.0.4"
|
|
serde = "1.0.203"
|
|
tokio = "1.38.0"
|
|
vrd = "0.0.7"
|