From 8e1401439a08227b813293f750293a9bd5cb702c Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Wed, 26 Aug 2026 18:22:26 +0200 Subject: [PATCH] Feat: Benennt Crate um, um Verwechslungen zu vermeiden. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ecb36f..1104a85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9,7 +9,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] -name = "config" +name = "config-ctdra" version = "1.0.1" dependencies = [ "confy", diff --git a/Cargo.toml b/Cargo.toml index e084451..ce048ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "config" +name = "config-ctdra" version = "1.0.1" edition = "2024" authors = ['DragonSlayer_14']