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

This commit is contained in:
VC
2020-05-19 22:33:19 +02:00
parent 1388f03837
commit 9809327784
3 changed files with 7 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "scootaloo"
version = "0.2.0"
version = "0.2.1"
authors = ["VC <veretcle+framagit@mateu.be>"]
edition = "2018"
@@ -11,7 +11,7 @@ serde = { version = "1.0", features = ["derive"] }
toml = "^0.5"
clap = "^2.33"
tokio = "^0.2"
futures = "^0.3"
egg-mode = "^0.14"
elefren = "^0.20"