This commit is contained in:
2023-08-29 21:34:00 +02:00
parent 6e41d9b4fa
commit 5e830a7f79
4 changed files with 100 additions and 901 deletions

View File

@@ -17,7 +17,7 @@ features = ["headers"]
[dependencies.tokio]
version = "1"
features = ["macros"]
features = ["macros", "rt-multi-thread"]
[dependencies.hyper]
version = "0.14"
@@ -49,6 +49,7 @@ features = [
version = "0.7"
features = [
"runtime-tokio-rustls",
# "offline",
"sqlite",
"macros",
"time",