mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2024-12-12 12:50:36 +00:00
chore: change library details
This commit is contained in:
parent
ad73cdb33b
commit
c359068ce0
1 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue