Add .env file

This commit is contained in:
2024-05-03 02:08:55 +01:00
parent c5a04a691e
commit 4790602f4e
15 changed files with 55 additions and 13 deletions

View File

@@ -7,6 +7,7 @@ edition = "2021"
[dependencies]
axum = { version = "0.6.9", features = ["macros", "ws"] }
dotenv = "0.15.0"
serde_json = "1.0.93"
sysinfo = "0.30.11"
tokio = { version = "1.25.0", features = ["full"] }
@@ -14,4 +15,4 @@ tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
[[bin]]
name = "stats_server"
path = "src/stats-server/main.rs"
path = "src/stats-server/main.rs"