Render handout page on server
Some checks failed
CI / Check typos (push) Successful in 10s
CI / Check links (push) Failing after 11s
CI / Clippy (push) Successful in 49s
CI / Build and test (push) Successful in 2m9s
CI / Deploy on waypoint (push) Has been cancelled
CI / Build container (push) Has been cancelled
Some checks failed
CI / Check typos (push) Successful in 10s
CI / Check links (push) Failing after 11s
CI / Clippy (push) Successful in 49s
CI / Build and test (push) Successful in 2m9s
CI / Deploy on waypoint (push) Has been cancelled
CI / Build container (push) Has been cancelled
This commit is contained in:
13
Cargo.toml
13
Cargo.toml
@@ -74,7 +74,7 @@ service-webpage = { path = "crates/service/service-webpage" }
|
||||
|
||||
|
||||
#
|
||||
# MARK: Servers
|
||||
# MARK: Server
|
||||
#
|
||||
axum = { version = "0.8.6", features = ["macros", "multipart"] }
|
||||
tower-http = { version = "0.6.6", features = ["trace"] }
|
||||
@@ -88,6 +88,17 @@ maud = { version = "0.27.0", features = ["axum"] }
|
||||
grass = "0.13.4"
|
||||
markdown-it = "0.6.1"
|
||||
emojis = "0.8.0"
|
||||
reqwest = { version = "0.12.24", default-features = false, features = [
|
||||
"http2",
|
||||
"rustls-tls",
|
||||
"cookies",
|
||||
"gzip",
|
||||
"stream",
|
||||
"json",
|
||||
"charset",
|
||||
"blocking",
|
||||
] }
|
||||
|
||||
|
||||
#
|
||||
# MARK: Async & Parallelism
|
||||
|
||||
Reference in New Issue
Block a user