mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-16 15:58:14 +00:00
fixes
This commit is contained in:
parent
44ac530705
commit
39cdb8eab1
1 changed files with 1 additions and 2 deletions
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Reference in a new issue