Skip to content

Commit

Permalink
Use piper for read/write pipes (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
notgull authored May 7, 2023
1 parent 610f8b1 commit 75cb224
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 369 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ exclude = ["/.*"]
async-channel = "1.4.0"
async-lock = "2.6.0"
async-task = "4.0.2"
atomic-waker = "1.0.0"
fastrand = "1.3.4"
futures-io = { version = "0.3.28", default-features = false, features = ["std"] }
futures-lite = { version = "1.11.0", default-features = false }
log = "0.4.17"
piper = "0.2.0"

[dev-dependencies]
futures-lite = "1.11.0"
Loading

0 comments on commit 75cb224

Please sign in to comment.