diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-23 13:00:14 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-23 13:00:14 +0200 |
commit | d21a523ab459f7a6893e85822d0ef5d4ec795949 (patch) | |
tree | ccd11c284b7f01576b586d5f18798b7c20905255 /crates/bytes/Cargo.lock | |
parent | refactor(libmpv2): Move to the `crates` directory (diff) | |
download | yt-d21a523ab459f7a6893e85822d0ef5d4ec795949.tar.gz yt-d21a523ab459f7a6893e85822d0ef5d4ec795949.zip |
feat(crates/bytes): Init
Diffstat (limited to 'crates/bytes/Cargo.lock')
-rw-r--r-- | crates/bytes/Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
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" |