mirror of
https://gitee.com/openharmony/third_party_rust_unicode-ident
synced 2024-11-23 07:29:52 +00:00
Sort package entries in Cargo.toml
This commit is contained in:
parent
43ab8d0ac0
commit
f4aa38bb02
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user