diff options
| author | msi | 2025-11-13 18:04:52 -0300 |
|---|---|---|
| committer | msi | 2025-11-13 18:04:52 -0300 |
| commit | 7583df586ed40b9202e7585fa5fd795ab2e3315b (patch) | |
| tree | a5a5dbb177f36066954b7657f6e4b1ad83dbac9c /web/template/Cargo.toml | |
| parent | c7a127938cc306c8499617dab086101579e2db8f (diff) | |
| download | templates-7583df586ed40b9202e7585fa5fd795ab2e3315b.tar.gz | |
Add csfr layer
Diffstat (limited to 'web/template/Cargo.toml')
| -rw-r--r-- | web/template/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/template/Cargo.toml b/web/template/Cargo.toml index 007e47f..bfb4153 100644 --- a/web/template/Cargo.toml +++ b/web/template/Cargo.toml @@ -8,8 +8,9 @@ edition = "2024" [dependencies] anyhow = "=1.0.100" -axum = "=0.8.6" +axum = { version = "=0.8.6", features = ["macros"] } axum-messages = "0.8.0" +axum_csrf = { version = "0.11.0", features = ["layer"] } metrics = { version = "=0.24.2", default-features = false } metrics-exporter-prometheus = { version = "=0.17.2", default-features = false } minijinja = "=2.12.0" |