diff options
author | Martin Fischer <martin@push-f.com> | 2023-08-15 10:09:53 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2023-08-19 06:41:55 +0200 |
commit | 379b2ed4b6665784c5d0ffea777e3df5ae84aa86 (patch) | |
tree | 936b6fc713243cdc073d4548047d11646c0e844b /Cargo.toml | |
parent | d5a3bc85197e74ccd4fd2bc01ee1fe16a78ec604 (diff) |
refactor: split off reusable html5lib_tests crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |