Get rid of Tokio

This commit is contained in:
Roey Darwish Dror
2020-01-05 22:51:29 +02:00
parent 63da9ea891
commit d18de22b09
3 changed files with 71 additions and 224 deletions

View File

@@ -25,9 +25,6 @@ self_update_crate = { version = "0.8.0", optional = true, package = "self_updat
lazy_static = "1.3.0"
rust-ini = "0.14.0"
chrono = "0.4.6"
tokio = "0.1.21"
tokio-process = "0.2.3"
futures = "0.1.27"
openssl-probe = { version = "0.1.2", optional = true }
pretty_env_logger = "0.3.0"
glob = "0.3.0"