aboutsummaryrefslogtreecommitdiff
path: root/integration_tests/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 /integration_tests/Cargo.toml
parentd5a3bc85197e74ccd4fd2bc01ee1fe16a78ec604 (diff)
refactor: split off reusable html5lib_tests crate
Diffstat (limited to 'integration_tests/Cargo.toml')
-rw-r--r--integration_tests/Cargo.toml3
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"