From d21a523ab459f7a6893e85822d0ef5d4ec795949 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 23 Aug 2024 13:00:14 +0200 Subject: feat(crates/bytes): Init --- crates/bytes/Cargo.lock | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 crates/bytes/Cargo.lock (limited to 'crates/bytes/Cargo.lock') diff --git a/crates/bytes/Cargo.lock b/crates/bytes/Cargo.lock new file mode 100644 index 0000000..b819c60 --- /dev/null +++ b/crates/bytes/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "bytes" +version = "1.0.0" -- cgit 1.4.1