add unicode-xid

This commit is contained in:
ekicyou
2020-07-29 07:03:21 +09:00
parent 79022b1858
commit 9b0375b870
2 changed files with 14 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ categories = [ "no-std", "embedded", "parser-implementations" ]
[dependencies]
num-traits = { version = "0.2.11", default-features = false }
unicode-xid = "0.2.1"
[features]
#default = ["unchecked", "sync", "no_optimize", "no_float", "only_i32", "no_index", "no_object", "no_function", "no_module"]