From 80081c5e60efdb3645b9bf3bac4dc6ef5d90c095 Mon Sep 17 00:00:00 2001 From: crapStone Date: Sat, 16 Jul 2022 04:40:10 +0200 Subject: [PATCH] i got the name on crates.io!!! --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52a3944..ce84416 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -89,6 +89,15 @@ dependencies = [ "hashbrown", ] +[[package]] +name = "lamp" +version = "0.2.2" +dependencies = [ + "clap", + "clap_complete", + "exitcode", +] + [[package]] name = "libc" version = "0.2.126" @@ -101,15 +110,6 @@ version = "6.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa" -[[package]] -name = "r_lamp" -version = "0.2.1" -dependencies = [ - "clap", - "clap_complete", - "exitcode", -] - [[package]] name = "strsim" version = "0.10.0" diff --git a/Cargo.toml b/Cargo.toml index 16053ed..0cda71c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ # along with this program. If not, see . [package] -name = "r_lamp" -version = "0.2.1" +name = "lamp" +version = "0.2.2" authors = ["crapStone "] license = "GPL-3.0-or-later" description = "A Linux backlight utility inspired by acpibacklight"