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 /integration_tests/Cargo.toml | |
parent | d5a3bc85197e74ccd4fd2bc01ee1fe16a78ec604 (diff) |
refactor: split off reusable html5lib_tests crate
Diffstat (limited to 'integration_tests/Cargo.toml')
-rw-r--r-- | integration_tests/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/integration_tests/Cargo.toml b/integration_tests/Cargo.toml index 1e68a0b..cc27798 100644 --- a/integration_tests/Cargo.toml +++ b/integration_tests/Cargo.toml @@ -16,7 +16,6 @@ edition = "2021" [dev-dependencies] glob = "0.3.1" +html5lib_tests = { path = "../html5lib_tests" } html5tokenizer = { path = "..", features = ["integration-tests"] } pretty_assertions = "1.0.0" -serde = { version = "1.0.130", features = ["derive"] } -serde_json = "1.0.71" |