From be3769cf2bad8d127c1a84b346b966d15b330bc8 Mon Sep 17 00:00:00 2001 From: Sebastian Rollen Date: Thu, 12 May 2022 23:09:13 -0400 Subject: [PATCH] update metadata --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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"