Skip to content

Commit fa21e2a

Browse files
Switch to maud for templating
1 parent 5750ea5 commit fa21e2a

File tree

10 files changed

+230
-281
lines changed

10 files changed

+230
-281
lines changed

Cargo.lock

+110-131
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-4
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ categories = ["web-programming::http-server"]
1010
description = "A simple hyper http server to echo back IP addresses"
1111

1212
[dependencies]
13-
axum = { version = "0.7", features = ["tokio", "http1", "http2"], default-features = false }
14-
askama = { version = "0.12", features = ["with-axum"], default-features = false }
13+
axum = { version = "0.8", features = ["tokio", "http1", "http2", "macros"], default-features = false }
1514
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
1615
tower-http = { version = "0.5", features = ["set-header"] }
17-
askama_axum = { version = "0.4", default-features = false }
18-
tower-sombrero = { version = "0.0.4", features = ["axum"] }
16+
tower-sombrero = { version = "0.1", features = ["axum"] }
17+
maud = { version = "0.26", features = ["axum"] }
1918
thiserror = "2"
2019
tower = "0.4"
2120
vss = "0.1"

0 commit comments

Comments
 (0)