diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -10,6 +10,12 @@ categories = [ "parser-implementations", "web-programming" ] keywords = ["html", "html5", "tokenizer", "parser"] edition = "2018" +[dependencies] +phf = "0.9" + +[build-dependencies] +phf_codegen = "0.9" + [dev-dependencies] typed-arena = "1.3.0" criterion = "0.3" |