Sort package entries in Cargo.toml

This commit is contained in:
David Tolnay 2022-07-31 19:19:06 -07:00
parent 43ab8d0ac0
commit f4aa38bb02
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -2,13 +2,13 @@
name = "unicode-ident"
version = "1.0.2"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
rust-version = "1.31"
license = "(MIT OR Apache-2.0) AND Unicode-DFS-2016"
description = "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31"
repository = "https://github.com/dtolnay/unicode-ident"
documentation = "https://docs.rs/unicode-ident"
edition = "2018"
license = "(MIT OR Apache-2.0) AND Unicode-DFS-2016"
readme = "README.md"
repository = "https://github.com/dtolnay/unicode-ident"
rust-version = "1.31"
[dev-dependencies]
criterion = { version = "0.3", default-features = false }