[package] name = "noxis-proxy" version = "0.1.0" edition = "2024" [dependencies] anyhow = "1.0.98" axum = { version = "0.8.4", features = ["ws"] } dotenv = "0.15.0" tokio = { version = "1.45.1", features = ["full"] } tracing = "0.1.41" tracing-subscriber = "0.3.19"