[package] name = "server" version = "0.1.0" edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] app = { path = "../app", default-features = false, features = ["ssr"] } leptos = { workspace = true, features = ["ssr"] } leptos_axum.workspace = true axum.workspace = true simple_logger.workspace = true tokio = { workspace = true, features = ["tracing"] } tower.workspace = true tower-http.workspace = true log.workspace = true tracing-bunyan-formatter = { version = "0.3", default-features = false } tracing = { version = "0.1", features = ["log"] } tracing-log = "0.2.0" tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] }