Add axum crate
This commit is contained in:
@ -42,6 +42,7 @@ actix-session = { version = "0.9.0", features = ["redis-rs-session"], optional =
|
||||
pbkdf2 = { version = "0.12.2", features = ["simple"], optional = true }
|
||||
futures = { version = "0.3.30", default-features = false, optional = true }
|
||||
tokio = { version = "1", optional = true }
|
||||
axum = { version = "0.6.4", optional = true }
|
||||
|
||||
[features]
|
||||
csr = ["leptos/csr", "leptos_meta/csr", "leptos_router/csr"]
|
||||
@ -64,6 +65,7 @@ ssr = [
|
||||
"pbkdf2",
|
||||
"futures",
|
||||
"tokio",
|
||||
"axum",
|
||||
]
|
||||
|
||||
# Defines a size-optimized profile for the WASM bundle in release mode
|
||||
|
Reference in New Issue
Block a user