chore: add info to manifest

This commit is contained in:
Dmitriy Pleshevskiy 2022-02-14 23:24:34 +03:00
parent 21a098405e
commit bb72b8d2f7
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,11 @@
name = "hwt_ui"
version = "0.1.0"
edition = "2021"
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
description = "healthy workaholic timer A tool that keeps you from breaking your health by working all day."
readme = "./readme.md"
repository = "https://github.com/pleshevskiy/hwt"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -17,7 +17,6 @@ fn main() {
};
AppLauncher::with_window(win::status::create())
.use_simple_logger()
.delegate(Delegate)
.configure_env(env::configure)
.launch(initial_state)