diff --git a/Cargo.lock b/Cargo.lock index 90dc998..f3a10bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1510,6 +1510,7 @@ dependencies = [ "leptos_icons", "leptos_meta", "leptos_router", + "log", "openssl", "pbkdf2", "serde", diff --git a/Cargo.toml b/Cargo.toml index 4677ca9..e1fa462 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,6 +36,7 @@ tower-sessions = { version = "0.11", default-features = false } tower-sessions-redis-store = { version = "0.11", optional = true } async-trait = "0.1.79" axum-login = { version = "0.14.0", optional = true } +log = { version = "0.4.21", optional = true } [patch.crates-io] gloo-net = { git = "https://github.com/rustwasm/gloo.git", rev = "a823fab7ecc4068e9a28bd669da5eaf3f0a56380" } @@ -61,6 +62,7 @@ ssr = [ "tower-http", "tower-sessions-redis-store", "axum-login", + "log", ] # Defines a size-optimized profile for the WASM bundle in release mode