refactor: trim down tokio

pull/32/head
chesedo 2 years ago committed by Felipe Noronha
parent c3d2183195
commit 605dba0521
  1. 2
      Cargo.toml

@ -21,7 +21,7 @@ include = ["Cargo.toml", "LICENSE", "src/**/*"]
[dependencies]
hyper = { version = "0.14.18", features = ["client"] }
lazy_static = "1.4.0"
tokio = { version = "1.17.0", features = ["full"] }
tokio = { version = "1.17.0", features = ["io-util", "rt"] }
tracing = "0.1.34"
[dev-dependencies]

Loading…
Cancel
Save