Further dependency minimization for build times

This commit is contained in:
Luke Parker
2023-07-26 03:03:44 -04:00
parent afb385fba4
commit 0eb56406a4
3 changed files with 6 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ scale = { package = "parity-scale-codec", version = "3", features = ["derive"] }
futures = "0.3"
tendermint = { package = "tendermint-machine", path = "./tendermint" }
tokio = { version = "1", features = ["macros", "sync", "time", "rt"] }
tokio = { version = "1", features = ["sync", "time", "rt"] }
[features]
tests = []