From 2580817601a154bd8acdd6d1606ae3a2af556562 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 16 Sep 2022 22:00:38 -0700 Subject: [PATCH] Add xid keyword --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5514ee3..6a08521 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ categories = ["development-tools::procedural-macro-helpers", "no-std"] description = "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31" documentation = "https://docs.rs/unicode-ident" edition = "2018" -keywords = ["unicode"] +keywords = ["unicode", "xid"] license = "(MIT OR Apache-2.0) AND Unicode-DFS-2016" repository = "https://github.com/dtolnay/unicode-ident" rust-version = "1.31"