diff --git a/Cargo.lock b/Cargo.lock index 86a816d..99a92ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -619,8 +619,8 @@ dependencies = [ ] [[package]] -name = "tiempo" -version = "0.1.0" +name = "tiempo-rs" +version = "1.0.0" dependencies = [ "ansi_term 0.12.1", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 80b8c2f..85d57f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,13 @@ [package] -name = "tiempo" -version = "0.1.0" +name = "tiempo-rs" +version = "1.0.0" authors = ["Abraham Toriz "] edition = "2018" +description = "A command line time tracker" +license = "GPLv3" +documentation = "https://gitlab.com/categulario/tiempo" +homepage = "https://gitlab.com/categulario/tiempo" +repository = "https://gitlab.com/categulario/tiempo" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html