Add log crate
This commit is contained in:
parent
eeeae822a5
commit
7062c75013
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1510,6 +1510,7 @@ dependencies = [
|
||||
"leptos_icons",
|
||||
"leptos_meta",
|
||||
"leptos_router",
|
||||
"log",
|
||||
"openssl",
|
||||
"pbkdf2",
|
||||
"serde",
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user