mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-01 12:20:22 +00:00
This avoids sending URLs back and forth between the different parsers. Also, it should allow for future optimizations to reduce allocs.
13 lines
255 B
TOML
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
|