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
-1
View File
@@ -14,7 +14,6 @@ diesel = { version = "2.2.0", features = [
] }
clap = { version = "4.6.1", features = ["derive", "cargo"] }
serde = { version = "1.0.228", features = ["derive"] }
tokio = { version = "1.52.3", features = ["full"] }
uuid = { version = "1.23.5", features = ["v4"] }
crypto = { path = "../crypto" }
keyring = "4.1.4"