mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2025-01-19 09:08:05 +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]
|
[package]
|
||||||
name = "chrono_locale"
|
name = "chrono_locale"
|
||||||
version = "0.1.1"
|
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"
|
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"
|
readme = "README.md"
|
||||||
keywords = ["date", "time", "calendar"]
|
keywords = ["date", "time", "calendar"]
|
||||||
categories = ["date-and-time"]
|
categories = ["date-and-time"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
repository = "https://github.com/Alex-PK/chrono-locale"
|
repository = "https://github.com/0x5eal/chrono-locale"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in a new issue