leptos: begone
This commit is contained in:
parent
ffeff8a51b
commit
f894373861
2 changed files with 15 additions and 1050 deletions
1054
Cargo.lock
generated
1054
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
11
Cargo.toml
11
Cargo.toml
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue