From ebdc0220454b1b339b94db547cd56195e66caa17 Mon Sep 17 00:00:00 2001 From: Kang Seonghoon Date: Mon, 6 Feb 2017 04:38:09 +0900 Subject: [PATCH] Added an initial list of categories to Cargo.toml Closes #118. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9332886..75084b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ homepage = "https://github.com/lifthrasiir/rust-chrono" documentation = "https://lifthrasiir.github.io/rust-chrono/" repository = "https://github.com/lifthrasiir/rust-chrono" keywords = ["date", "time", "calendar"] +categories = ["date-and-time"] readme = "README.md" license = "MIT/Apache-2.0"