rust-url/Cargo.toml
Luca Casonato 4b31c13cf7
Move debugger_visualizer tests to separate crate
To prevent having to raise MSRV again, we move the debugger_visualizer
to a separate crate. This crate is only compiled when the feature
`debugger_visualizer` is enabled, because only then the
`debugger_visualizer` test is added as a compile target.
2023-07-12 10:42:10 +02:00

10 lines
123 B
TOML

[workspace]
members = [
"url",
"form_urlencoded",
"idna",
"percent_encoding",
"data-url",
"url_debug_tests",
]