aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-08-15 10:09:53 +0200
committerMartin Fischer <martin@push-f.com>2023-08-19 06:41:55 +0200
commit379b2ed4b6665784c5d0ffea777e3df5ae84aa86 (patch)
tree936b6fc713243cdc073d4548047d11646c0e844b /Cargo.toml
parentd5a3bc85197e74ccd4fd2bc01ee1fe16a78ec604 (diff)
refactor: split off reusable html5lib_tests crate
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"