From e6018e52ee6ad9a8f8a0672b75bf515faf74af1f Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Wed, 7 Sep 2022 11:07:41 +0200 Subject: Add support for unicode identifiers in JSX --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9120430..53b2a62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,8 @@ harness = false [dependencies] log = "0.4" +unicode-id = { version = "0.3", features = ["no_std"] } + [dev-dependencies] env_logger = "0.9" -- cgit