Moved some config over to an actual config file, improved error handling

This commit is contained in:
2022-12-24 04:44:34 +01:00
parent 7e3c3223b2
commit 1299443a7c
6 changed files with 64 additions and 17 deletions

10
Cargo.lock generated
View File

@@ -38,6 +38,7 @@ dependencies = [
"serde",
"serde_json",
"tokio",
"toml",
"warp",
]
@@ -1258,6 +1259,15 @@ dependencies = [
"tracing",
]
[[package]]
name = "toml"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"
dependencies = [
"serde",
]
[[package]]
name = "tower-service"
version = "0.3.2"