diff --git a/Cargo.lock b/Cargo.lock index 8d61b87..f203a21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1853,6 +1853,7 @@ dependencies = [ "serde", "time", "tokio", + "tower", "wasm-bindgen", ] diff --git a/Cargo.toml b/Cargo.toml index 0ed336b..0fc35b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,6 +43,7 @@ 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 } +tower = { veresion = "0.4.13", optional = true } [features] csr = ["leptos/csr", "leptos_meta/csr", "leptos_router/csr"] @@ -66,6 +67,7 @@ ssr = [ "futures", "tokio", "axum", + "tower", ] # Defines a size-optimized profile for the WASM bundle in release mode