Add flexi_logger crate

This commit is contained in:
2024-04-11 23:14:53 -04:00
parent 7062c75013
commit 4f6f3f90c1
2 changed files with 86 additions and 0 deletions

View File

@ -37,6 +37,7 @@ 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 }
flexi_logger = { version = "0.28.0", optional = true, default-features = false }
[patch.crates-io]
gloo-net = { git = "https://github.com/rustwasm/gloo.git", rev = "a823fab7ecc4068e9a28bd669da5eaf3f0a56380" }
@ -63,6 +64,7 @@ ssr = [
"tower-sessions-redis-store",
"axum-login",
"log",
"flexi_logger",
]
# Defines a size-optimized profile for the WASM bundle in release mode