mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-07 06:51:00 +00:00
10 lines
223 B
TOML
10 lines
223 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" }
|