mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Further dependency minimization for build times
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user