From 0a9c9ab1e2f4e3eb912ad9fe91e3ea953e066453 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sun, 10 Nov 2024 14:41:28 +0000 Subject: implement BufMut for Buffer --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ef3c8cc..f151682 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,3 +17,4 @@ include = [ ] [dependencies] +bytes = "1.8.0" -- cgit