chore: change library details

This commit is contained in:
Erica Marigold 2023-08-23 18:32:07 +05:30
parent ad73cdb33b
commit c359068ce0
No known key found for this signature in database
GPG key ID: 23CD97ABBBCC5ED2

View file

@ -1,14 +1,14 @@
[package]
name = "chrono_locale"
version = "0.1.1"
authors = ["Alessandro Pellizzari <alex@amiran.it>"]
authors = ["Alessandro Pellizzari <alex@amiran.it>", "Erica Marigold <hi@devcomp.xyz>"]
description = "Localised date and time formatting library for Rust, based on chrono"
homepage = "https://github.com/Alex-PK/chrono-locale"
homepage = "https://github.com/0x5eal/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"
repository = "https://github.com/0x5eal/chrono-locale"
build = "build.rs"
[dependencies]