add info fields to cargo.toml

This commit is contained in:
Abraham Toriz 2021-08-14 11:43:24 -05:00
parent 470df61bba
commit c042c4511b
2 changed files with 9 additions and 4 deletions

4
Cargo.lock generated
View File

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

View File

@ -1,8 +1,13 @@
[package]
name = "tiempo"
version = "0.1.0"
name = "tiempo-rs"
version = "1.0.0"
authors = ["Abraham Toriz <categulario@gmail.com>"]
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