From 828c9e8c764007ea854ae5deeb0631b5ea65a47e Mon Sep 17 00:00:00 2001 From: mrw1593 Date: Mon, 7 Mar 2022 13:16:35 -0500 Subject: Updated toml file --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b614093..c0491d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,10 @@ name = "botic" version = "0.1.0" edition = "2021" +description = "A time crate that handles leap seconds" +repository = "https://github.com/botahamec/botic" license = "Unlicense" +keywords = ["date", "time", "calendar"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3 From 954cfd1385709d41ef0ece9c78b8dcee236f55e4 Mon Sep 17 00:00:00 2001 From: mrw1593 Date: Wed, 16 Mar 2022 12:41:42 -0400 Subject: Added categories --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c0491d2..78fb1ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ description = "A time crate that handles leap seconds" repository = "https://github.com/botahamec/botic" license = "Unlicense" keywords = ["date", "time", "calendar"] +categories = ["date-and-time", "parser-implementations", "value-formatting", "data-structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3