diff options
Diffstat (limited to '')
-rw-r--r-- | crates/bytes/Cargo.lock | 7 | ||||
-rw-r--r-- | crates/bytes/Cargo.lock.license | 9 |
2 files changed, 16 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" diff --git a/crates/bytes/Cargo.lock.license b/crates/bytes/Cargo.lock.license new file mode 100644 index 0000000..d4d410f --- /dev/null +++ b/crates/bytes/Cargo.lock.license @@ -0,0 +1,9 @@ +yt - A fully featured command line YouTube client + +Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de> +SPDX-License-Identifier: GPL-3.0-or-later + +This file is part of Yt. + +You should have received a copy of the License along with this program. +If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. |