Fill in crates.io metadata

This commit is contained in:
David Tolnay 2022-05-16 14:39:00 -07:00
parent 84d1cad955
commit 89056a97e1
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -3,6 +3,11 @@ name = "unicode-ident"
version = "0.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
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"
readme = "README.md"
publish = false
[dev-dependencies]