From b84ad6676b6dda5a34c2381117d04d35b9e6772b Mon Sep 17 00:00:00 2001 From: shy Date: Tue, 6 Apr 2021 06:45:02 +0200 Subject: [PATCH] Rename to kitchentimer. --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- src/main.rs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd82bec..d5391c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7,8 +7,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] -name = "kt" -version = "0.1.0" +name = "kitchentimer" +version = "0.0.1" dependencies = [ "signal-hook", "termion", diff --git a/Cargo.toml b/Cargo.toml index b2f4287..c626c22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] -name = "kt" -version = "0.1.0" +name = "kitchentimer" +version = "0.0.1" authors = ["shy "] edition = "2018" diff --git a/src/main.rs b/src/main.rs index cdc5ab6..d79c182 100644 --- a/src/main.rs +++ b/src/main.rs @@ -19,7 +19,7 @@ use alarm::{Countdown, AlarmRoster, alarm_exec}; use layout::{Layout, Position}; -const NAME: &str = "kt (kitchentime)"; +const NAME: &str = "kitchentimer"; const VERSION: &str = "0.0.1"; const USAGE: &str = "USAGE: kt [-h|--help] [-v|--version] [-p|--plain] [-e|--exec COMMAND [...]]