[package] name = "application" edition = "2024" [dependencies] frontend = { path = "../frontend" } backend = { path = "../backend" } axum = { workspace = true, features = ["tokio", "ws"] } tokio = { workspace = true, features = ["rt-multi-thread", "macros"] } clap = { version = "4.5.58", features = ["derive", "env"] } tracing-subscriber = "0.3.22" tracing = "0.1.44"