diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ repository = "https://git.push-f.com/html5tokenizer" version = "0.4.0" include = ["src/**/*", "LICENSE", "README.md"] +[[example]] +name = "tokenize" +required-features = ["integration-tests"] + [dev-dependencies] codespan-reporting = "0.11.1" insta = "1.31.0" |