From 1c2486a55c21b323f73c72c0128def0fcac061eb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 31 Dec 2021 03:36:33 -0500 Subject: basic implementation of pipes --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 47e83d2..65b5a6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ license = "MIT" anyhow = "1.0.51" async-std = { version = "1.10.0", features = ["unstable"] } futures-lite = "1.12.0" +futures-util = "0.3.19" hostname = "0.3.1" libc = "0.2.112" nix = "0.23.0" -- cgit v1.2.3-54-g00ecf