diff --git a/Cargo.toml b/Cargo.toml index fac4f75..9892681 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,13 @@ [package] name = "typycal" version = "0.1.0" +authors = ["Sebastian Rollen "] edition = "2021" +license = "MIT" +repository = "https://github.com/SebRollen/typycal" +description = "A lightweight utility for typing and calculating stats about your typing speed." +keywords = ["cli", "typing", "game"] +categories = ["command-line-utilities", "games"] [dependencies] rand = "0.8.5"