aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 64306d8..efa299d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[workspace]
-members = [".", "integration_tests"]
-default-members = [".", "integration_tests"]
+members = [".", "html5lib_tests", "integration_tests"]
+default-members = [".", "html5lib_tests", "integration_tests"]
[package]
name = "html5tokenizer"