Drop tokio; it is used no longer

This commit is contained in:
Paul van Tilburg 2021-08-23 21:06:45 +02:00
parent 570cf95497
commit 368d8324f6
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -78,7 +78,6 @@ dependencies = [
"reqwest",
"rocket",
"serde",
"tokio",
"toml",
"url",
]

View File

@ -11,5 +11,4 @@ reqwest = { version = "0.11", features = ["cookies", "json"] }
rocket = { version = "0.5.0-rc.1", features = ["json"] }
serde = "1.0.116"
toml = "0.5.6"
tokio = { version = "1.6.1", features = ["process"] }
url = "2"