Try being multiplatform with our config files.

This commit is contained in:
2022-11-23 19:49:58 -08:00
parent 1d182a150f
commit 65e79b4237
3 changed files with 8 additions and 7 deletions

View File

@@ -14,6 +14,7 @@ path="server/main.rs"
[dependencies]
anyhow = "^1.0.57"
clap = { version = "^3.1.18", features = ["derive"] }
etcetera = "^0.4.0"
futures = "0.3.21"
if-addrs = "0.7.0"
lazy_static = "1.4.0"
@@ -25,7 +26,6 @@ tokio = { version = "^1", features = ["full"] }
toml = "^0.5.9"
tracing = "^0.1.34"
tracing-subscriber = { version = "^0.3.11", features = ["env-filter"] }
xdg = "2.4.1"
[dev-dependencies]
proptest = "1.0.0"