Files
pure_sagacity 34a046fb9a added the server with a health check
added .env.example, also removed the old empty config file
2026-07-16 11:49:24 -05:00

9 lines
186 B
TOML

[package]
name = "server"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = { version = "0.8.9", features = ["tokio", "ws"] }
tokio = { version = "1.52.3", features = ["full"] }