Rename to kitchentimer.

This commit is contained in:
shy 2021-04-06 06:45:02 +02:00
parent 851c950625
commit b84ad6676b
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -1,6 +1,6 @@
[package]
name = "kt"
version = "0.1.0"
name = "kitchentimer"
version = "0.0.1"
authors = ["shy <shy@posteo.de>"]
edition = "2018"

View file

@ -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 [...]]