radicle-heartwood-lfs/crates/radicle-node
Lorenz Leutgeb 79d928551b node: Remove dependency on `anyhow`
`anyhow` is only used to capture a handful of errors. It also turns out that
usage of `lexopt` was wrong, since it features `parse_with`, which neatly
integrates with `FromStr`. The types, luckily, implement this trait already –
making for cleaner parsing.

For now, the execution errors are all "transparent", which shouldn't be
much of a regression, if at all.
2025-09-04 16:28:20 +03:00
..
src node: Remove dependency on `anyhow` 2025-09-04 16:28:20 +03:00
Cargo.toml node: Remove dependency on `anyhow` 2025-09-04 16:28:20 +03:00
build.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00