Jump to…
snowinitial commitqoxwzsukwmkx1mo
Matt W1[package]
Matt W2name = "df-web"
Matt W3version.workspace = true
Matt W4edition.workspace = true
Matt W5rust-version.workspace = true
Matt W6license.workspace = true
Matt W7
Matt W8[[bin]]
Matt W9name = "dogfood-web"
Matt W10path = "src/main.rs"
Matt W11
Matt W12[dependencies]
Matt W13df-db = { path = "../df-db" }
Matt W14df-auth = { path = "../df-auth" }
Matt W15df-store = { path = "../df-store" }
Matt W16df-render = { path = "../df-render" }
Matt W17
Matt W18anyhow.workspace = true
Matt W19base64.workspace = true
Matt W20axum.workspace = true
Matt W21axum-extra.workspace = true
Matt W22chrono.workspace = true
Matt W23dotenvy.workspace = true
Matt W24hex.workspace = true
Matt W25hmac.workspace = true
Matt W26maud.workspace = true
Matt W27percent-encoding.workspace = true
Matt W28rand.workspace = true
Matt W29serde.workspace = true
Matt W30serde_json.workspace = true
Matt W31sha2.workspace = true
Matt W32sqlx.workspace = true
Matt W33subtle.workspace = true
Matt W34tokio.workspace = true
Matt W35tower.workspace = true
Matt W36tower-http.workspace = true
Matt W37tracing.workspace = true
Matt W38tracing-subscriber.workspace = true
Matt W39uuid.workspace = true
Matt W40
Matt W41# Parsing `_csrf` out of a urlencoded body on the no-JavaScript path.
Matt W42# Streaming the request body into `git` on the push path.
Matt W43futures = { workspace = true }
Matt W44
Matt W45form_urlencoded = "1"
Matt W46# `axum-extra`'s cookie builder takes `time` types for expiry.
Matt W47time = "0.3"
Matt W48
Matt W49[dev-dependencies]
Matt W50async-trait.workspace = true

50 lines · TOML