This commit is contained in:
Asger Juul Brunshøj 2025-01-23 00:18:43 +01:00
parent db01f718ec
commit 67fbb7dc73

View File

@ -27,7 +27,6 @@ derive_more = { version = "1", features = ["display", "error", "from"] }
clap = { version = "4.5.7", features = ["derive"] }
camino = { version = "1.1", optional = true }
type-toppings = { version = "0.2.1", features = ["result"] }
# Tracing
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-subscriber-wasm = "0.1.0"
@ -53,10 +52,7 @@ ssr = [
"leptos/ssr",
"leptos_meta/ssr",
"leptos_router/ssr",
# "tracing",
]
# tracing = ["leptos/tracing", "dep:tracing", "dep:tracing-subscriber"]
[package.metadata.leptos]
# The name used by wasm-bindgen/cargo-leptos for the JS/WASM bundle. Defaults to the crate name