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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user