From b5d8342696c9283e1e6df9b58de05b57451e6636 Mon Sep 17 00:00:00 2001 From: axtlos Date: Fri, 19 Apr 2024 23:17:23 +0200 Subject: [PATCH] Update project name --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 871b3bc..f34d38f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,7 +97,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] -name = "desktopwhich" +name = "deskwhich" version = "0.1.0" dependencies = [ "clap", diff --git a/Cargo.toml b/Cargo.toml index bf56ce3..700fbc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "desktopwhich" +name = "deskwhich" version = "0.1.0" edition = "2021" authors = [ "Xenia " ]