diff --git a/Cargo.toml b/Cargo.toml index bc6e03e..70ea232 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]