From 48efcd0ce8c8a9ac51dc80c6ec49c63f6694b031 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 29 Dec 2021 04:56:41 -0600 Subject: Implement buffered readdir --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 96c0041..4ae944a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ client = [] bitflags = "1.3.2" bytemuck = "1.7.3" bytemuck_derive = "1.0.1" +bytes = "1.1.0" log = "0.4.14" nix = "0.23.1" num_enum = "0.5.5" -- cgit v1.2.3