diff options
author | Martin Fischer <martin@push-f.com> | 2023-08-19 13:17:30 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2023-08-19 13:41:55 +0200 |
commit | b125bec9914bd211d77719bd60bc5a23bd9db579 (patch) | |
tree | d2ece716fa61c44df3361aa13cad9ae2685162b0 /Cargo.toml | |
parent | 7d59ed3a401284299c8139e1c08d8cd6fe29fd15 (diff) |
break!: remove DefaultEmitter from public API
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" |