Add tokio crate
This commit is contained in:
parent
416a8b693a
commit
4f999e7338
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1847,6 +1847,7 @@ dependencies = [
|
||||
"pbkdf2",
|
||||
"serde",
|
||||
"time",
|
||||
"tokio",
|
||||
"wasm-bindgen",
|
||||
]
|
||||
|
||||
|
@ -41,6 +41,7 @@ actix-identity = { version = "0.7.0", optional = true }
|
||||
actix-session = { version = "0.9.0", features = ["redis-rs-session"], optional = true }
|
||||
pbkdf2 = { version = "0.12.2", features = ["simple"], optional = true }
|
||||
futures = { version = "0.3.30", default-features = false, optional = true }
|
||||
tokio = { version = "1", optional = true }
|
||||
|
||||
[features]
|
||||
csr = ["leptos/csr", "leptos_meta/csr", "leptos_router/csr"]
|
||||
@ -62,6 +63,7 @@ ssr = [
|
||||
"actix-session",
|
||||
"pbkdf2",
|
||||
"futures",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
# Defines a size-optimized profile for the WASM bundle in release mode
|
||||
|
Loading…
x
Reference in New Issue
Block a user