ars/Cargo.toml

28 lines
614 B
TOML

[package]
name = "ars"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dotenvy = "0.15"
log = "0.4"
env_logger = "0.10"
thiserror = "1.0.50"
tokio = { version = "1.33", features = ["full"] }
tokio-util = "0.7"
futures-util = "0.3"
axum = { version = "0.7", features = ["multipart"] }
axum-oidc = "0.2"
axum-htmx = "0.5"
sailfish = "0.8"
serde = "1.0"
toml = "0.8"
rand = "0.8"
qrcode = "0.12"
tower = "0.4.13"
tower-sessions = "0.7"
tower-http = { version= "0.5", features = ["fs"] }
prometheus-client = "0.22.0"