lychee/Cargo.toml
Matthias a7f809612d
Refactor extractor (#354)
This avoids sending URLs back and forth between the different parsers.
Also, it should allow for future optimizations to reduce allocs.
2021-10-07 12:51:02 +02:00

13 lines
255 B
TOML

[workspace]
members = [
"lychee-bin",
"lychee-lib",
"examples/*",
]
[patch.crates-io]
# Switch back to version on crates.io after 0.6.3+ is released
hubcaps = { git="https://github.com/softprops/hubcaps.git" }
[profile.release]
debug = true