bin/Cargo.toml
2023-04-21 16:10:14 +02:00

22 lines
638 B
TOML

[package]
name = "bin"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.27.0", features = ["full"] }
tokio-util = { version="0.7", features=["io"]}
futures-util = "0.3"
axum = {version="0.6", features=["macros", "headers"]}
serde = "1.0"
serde_cbor = "0.11"
render = { git="https://github.com/render-rs/render.rs" }
thiserror = "1.0.40"
rand = "0.8.5"
dotenvy = "0.15"
markdown = "0.3.0"
chrono = { version="0.4", features=["serde"]}
parse_duration = "2.1"
axum_oidc = {git="https://git.zettoit.eu/pfz4/axum_oidc"}