This commit is contained in:
hinto.janai 2024-09-19 17:34:12 -04:00
parent 44ac530705
commit 39cdb8eab1
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -14,7 +14,7 @@ cuprate-helper = { path = "../../helper", features = ["asynch"], default-feature
cuprate-wire = { path = "../../net/wire", features = ["tracing"] }
cuprate-pruning = { path = "../../pruning" }
tokio = { workspace = true, features = ["net", "sync", "macros", "time"]}
tokio = { workspace = true, features = ["net", "sync", "macros", "time", "rt", "rt-multi-thread"]}
tokio-util = { workspace = true, features = ["codec"] }
tokio-stream = { workspace = true, features = ["sync"]}
futures = { workspace = true, features = ["std"] }
@ -32,7 +32,6 @@ borsh = { workspace = true, features = ["derive", "std"], optional = true }
cuprate-test-utils = { path = "../../test-utils" }
hex = { workspace = true, features = ["std"] }
tokio = { workspace = true, features = ["net", "rt-multi-thread", "rt", "macros"]}
# tokio-test = { workspace = true }
# tracing-subscriber = { workspace = true }