aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-08-19 13:17:30 +0200
committerMartin Fischer <martin@push-f.com>2023-08-19 13:41:55 +0200
commitb125bec9914bd211d77719bd60bc5a23bd9db579 (patch)
treed2ece716fa61c44df3361aa13cad9ae2685162b0 /Cargo.toml
parent7d59ed3a401284299c8139e1c08d8cd6fe29fd15 (diff)
break!: remove DefaultEmitter from public API
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9331152..002e9f0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"