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:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1051,8 +1051,8 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "timr"
|
||||
version = "0.1.0"
|
||||
name = "timr-tui"
|
||||
version = "0.9.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"color-eyre",
|
||||
|
||||
Reference in New Issue
Block a user