Remove authors from Cargo metadata (see RFC 3052)

This commit is contained in:
Dirkjan Ochtman 2022-03-19 20:01:30 -07:00
parent aaf9381d6a
commit 1004eebaee

View File

@ -1,11 +1,6 @@
[package]
name = "chrono"
version = "0.4.19"
authors = [
"Kang Seonghoon <public+rust@mearie.org>",
"Brandon W Maister <quodlibetor@gmail.com>",
]
description = "Date and time library for Rust"
homepage = "https://github.com/chronotope/chrono"
documentation = "https://docs.rs/chrono/"