From cfcbd8e555b56b03ba22dbcec54111f6ffbe54a6 Mon Sep 17 00:00:00 2001 From: Alessandro Pellizzari Date: Fri, 14 Dec 2018 09:20:05 +0000 Subject: [PATCH] Prepare Cargo.toml for crates.io --- Cargo.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b0668c..5cc8f40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,14 @@ [package] -name = "chrono-locale" +name = "chrono_locale" version = "0.1.0" authors = ["Alessandro Pellizzari "] +description = "Localised date and time formatting library for Rust, based on chrono" +homepage = "https://github.com/Alex-PK/chrono-locale" +readme = "README.md" +keywords = ["date", "time", "calendar"] +categories = ["date-and-time"] +license = "MIT/Apache-2.0" +repository = "https://github.com/Alex-PK/chrono-locale" build = "build.rs" [dependencies]