Prepare Cargo.toml for crates.io

This commit is contained in:
Alessandro Pellizzari 2018-12-14 09:20:05 +00:00
parent 5472114b91
commit cfcbd8e555

View file

@ -1,7 +1,14 @@
[package]
name = "chrono-locale"
name = "chrono_locale"
version = "0.1.0"
authors = ["Alessandro Pellizzari <alex@amiran.it>"]
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]