implements error log reporting (#464)

* implements error log reporting

* changes api post variables, includes warnings
This commit is contained in:
Keagan McClelland
2021-09-13 11:49:12 -06:00
committed by GitHub
parent dc7461746c
commit 1808c085e8
10 changed files with 175 additions and 15 deletions

View File

@@ -104,6 +104,7 @@ sqlx = { version = "0.5", features = [
"runtime-tokio-rustls",
"sqlite",
] }
stderrlog = "0.5.1"
tar = "0.4.35"
thiserror = "1.0.24"
tokio = { version = "1.11.0", features = ["full"] }