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.
25 lines
477 B
25 lines
477 B
5 months ago
|
--- url-2.5.2/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
+++ url-2.5.2/Cargo.toml 2024-09-14T19:40:12.947182+00:00
|
||
|
@@ -48,11 +48,6 @@
|
||
|
path = "tests/wpt.rs"
|
||
|
harness = false
|
||
|
|
||
|
-[[bench]]
|
||
|
-name = "parse_url"
|
||
|
-path = "benches/parse_url.rs"
|
||
|
-harness = false
|
||
|
-
|
||
|
[dependencies.form_urlencoded]
|
||
|
version = "1.2.1"
|
||
|
|
||
|
@@ -67,9 +62,6 @@
|
||
|
features = ["derive"]
|
||
|
optional = true
|
||
|
|
||
|
-[dev-dependencies.bencher]
|
||
|
-version = "0.1"
|
||
|
-
|
||
|
[dev-dependencies.serde]
|
||
|
version = "1.0"
|
||
|
features = ["derive"]
|