mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
stream: remove path deps (#3376)
This commit is contained in:
parent
4beb1862ac
commit
3b840fb305
@ -29,10 +29,10 @@ fs = ["tokio/fs"]
|
||||
[dependencies]
|
||||
futures-core = { version = "0.3.0" }
|
||||
pin-project-lite = "0.2.0"
|
||||
tokio = { version = "1.0", path = "../tokio", features = ["sync"] }
|
||||
tokio = { version = "1.0", features = ["sync"] }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.0", path = "../tokio", features = ["full"] }
|
||||
tokio = { version = "1.0", features = ["full", "test-util"] }
|
||||
tokio-test = { path = "../tokio-test" }
|
||||
async-stream = "0.3"
|
||||
futures = { version = "0.3", default-features = false }
|
||||
|
Loading…
x
Reference in New Issue
Block a user