Files
katniss-terminal/application/Cargo.toml
2026-02-15 17:20:23 -05:00

14 lines
371 B
TOML

[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"