Revert "Use futures instead of tokio (for just one call, sounds more appropriate)"

This reverts commit 9809327784
This commit is contained in:
VC
2020-07-27 21:02:10 +02:00
parent 9809327784
commit 1f98954d2e
3 changed files with 8 additions and 7 deletions

4
Cargo.lock generated
View File

@@ -1623,15 +1623,15 @@ dependencies = [
[[package]]
name = "scootaloo"
version = "0.2.1"
version = "0.2.0"
dependencies = [
"clap",
"egg-mode",
"elefren",
"futures 0.3.5",
"htmlescape",
"reqwest",
"serde",
"tokio 0.2.13",
"toml",
]