Small tweak

This commit is contained in:
Paul van Tilburg 2020-10-10 21:11:34 +02:00
parent 881c71bced
commit 43479fe13e
1 changed files with 1 additions and 4 deletions

View File

@ -9,6 +9,7 @@ color-eyre = "0.5.6"
lazy_static = "1.4.0"
serde = "1.0.116"
toml = "0.5.6"
thirtyfour = { version = "0.19.0", features = ["tokio-runtime"] }
tokio = { version = "0.2.22", features = ["process", "sync"] }
[dependencies.rocket]
@ -17,7 +18,3 @@ default-features = false
[dependencies.rocket_contrib]
git = "https://github.com/SergioBenitez/Rocket"
[dependencies.thirtyfour]
version = "0.19.0"
features = ["tokio-runtime"]