mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-20 14:40:25 +00:00
This commit replaced `hubcaps` by `octocrab`, which has more downloads per month and receives more frequent release updates. The caveats are: 1. When instantiating the API client, `octocrab` doesn't offer you a way to specify custom user-agent. But I would argue that, at least presently, this doesn't seem to cause issues. 2. `octocrab` doesn't export as much details of its error types as `hubcaps` does. So we will have fewer control on the display of the error message. But I would also argue that this is not really important. Though we should do more tests to make sure the error looks good enough. * hide implementation details in error message Co-authored-by: Lucius Hu <lebensterben@users.noreply.github.com>
11 lines
142 B
TOML
11 lines
142 B
TOML
[workspace]
|
|
members = [
|
|
"lychee-bin",
|
|
"lychee-lib",
|
|
"examples/*",
|
|
"benches",
|
|
]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
debug = true
|