generated from pure_sagacity/rust-starter
added the server with a health check
added .env.example, also removed the old empty config file
This commit is contained in:
@@ -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"] }
|
||||
Reference in New Issue
Block a user