You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
642 B
29 lines
642 B
2 years ago
|
--- url-2.3.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
+++ url-2.3.1/Cargo.toml 2022-12-12T17:58:13.308623+00:00
|
||
|
@@ -36,12 +36,6 @@
|
||
|
license = "MIT OR Apache-2.0"
|
||
|
repository = "https://github.com/servo/rust-url"
|
||
|
|
||
|
-[[test]]
|
||
|
-name = "debugger_visualizer"
|
||
|
-path = "tests/debugger_visualizer.rs"
|
||
|
-test = false
|
||
|
-required-features = ["debugger_visualizer"]
|
||
|
-
|
||
|
[[bench]]
|
||
|
name = "parse_url"
|
||
|
path = "benches/parse_url.rs"
|
||
|
@@ -64,12 +58,6 @@
|
||
|
[dev-dependencies.bencher]
|
||
|
version = "0.1"
|
||
|
|
||
|
-[dev-dependencies.debugger_test]
|
||
|
-version = "0.1"
|
||
|
-
|
||
|
-[dev-dependencies.debugger_test_parser]
|
||
|
-version = "0.1"
|
||
|
-
|
||
|
[dev-dependencies.serde_json]
|
||
|
version = "1.0"
|
||
|
|