Prepare publish (#39)

* refactor!: rename `.data` and `.log` files
   - `timr.data` -> `app.data`
   - `timr.log` -> `app.log`
* refactor!: rename app name `timr` -> `timr-tui`
* docs: update README (paths, names, installation)
* update Cargo.toml
* fix(release): warning: unused variable: `log_dir`
This commit is contained in:
Jens K.
2025-01-02 12:16:56 +01:00
committed by GitHub
parent f3a6e073e2
commit 847367f51e
7 changed files with 51 additions and 45 deletions

View File

@@ -1,7 +1,15 @@
[package]
name = "timr"
version = "0.1.0"
name = "timr-tui"
version = "0.9.0"
description = "TUI to organize your time: Pomodoro, Countdown, Timer."
edition = "2021"
rust-version = "1.82.0"
homepage = "https://github.com/sectore/timr-tui"
repository = "https://github.com/sectore/timr-tui"
readme = "README.md"
license = "MIT"
keywords = ["tui", "timer", "countdown", "pomodoro"]
categories = ["command-line-utilities"]
[dependencies]
ratatui = "0.29.0"