Add .env file
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user