added the server with a health check

added .env.example, also removed the old empty config file
This commit is contained in:
2026-07-16 11:48:58 -05:00
parent c234d62d53
commit 34a046fb9a
7 changed files with 459 additions and 8 deletions
+8
View File
@@ -0,0 +1,8 @@
[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"] }