diff options
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" |