From 7d831c3f27dfb8f5a313fbe8042c1c3235a8d66b Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Wed, 15 Jan 2025 08:10:03 +0100 Subject: [PATCH] rename project --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed19c0c..e620093 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -508,7 +508,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] -name = "hlsclient" +name = "hlsget" version = "0.3.1" dependencies = [ "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 3ecaff0..c0fcb41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "hlsclient" +name = "hlsget" version = "0.3.1" edition = "2021"