leptos: begone

This commit is contained in:
Zynh Ludwig 2024-11-14 07:34:37 -08:00
parent ffeff8a51b
commit f894373861
2 changed files with 15 additions and 1050 deletions

1054
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -27,15 +27,6 @@ bincode = "1.3.3"
chrono = { version = "0.4.24", features = ["serde"] } chrono = { version = "0.4.24", features = ["serde"] }
futures = "0.3.28" futures = "0.3.28"
headers = "0.4.0" headers = "0.4.0"
leptos = { version = "0.6.14", features = [
"ssr",
"nightly",
"tracing",
"default-tls",
"experimental-islands",
] }
leptos_meta = { version = "0.6.14", features = ["ssr"] }
leptos_router = { version = "0.6.14", features = ["ssr"] }
rand = { version = "0.8.5", features = ["small_rng"] } rand = { version = "0.8.5", features = ["small_rng"] }
reqwest = { version = "0.12.7", features = ["json", "native-tls", "blocking"] } reqwest = { version = "0.12.7", features = ["json", "native-tls", "blocking"] }
sanitize-filename-reader-friendly = "2.2.1" sanitize-filename-reader-friendly = "2.2.1"
@ -51,7 +42,7 @@ tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
# I want to use askama's block feature, this requires unreleased 0.13 # I want to use askama's block feature, this requires unreleased 0.13
[dependencies.askama] [dependencies.askama]
git = "https://github.com/djc/askama.git" git = "https://github.com/djc/askama.git"
features = ["with-axum"] features = ["with-axum"]
[dependencies.askama_axum] [dependencies.askama_axum]
git = "https://github.com/djc/askama.git" git = "https://github.com/djc/askama.git"