radicle-heartwood-lfs/crates/radicle-cli
Lorenz Leutgeb 2127782b74 term: Remove dependency on `anyhow`
As a library crate, it is bad to return such generic errors.

To get there, errors from `inquire` are downcasted.

This allowed to clean up the public interface of `radicle-term`, so that
it does also not leak the `inquire::InquireError` in its public API.
2025-09-04 16:28:20 +03:00
..
examples radicle: the great Canonical rewrite 2025-08-25 18:57:50 +02:00
src term: Remove dependency on `anyhow` 2025-09-04 16:28:20 +03:00
tests radicle: the great Canonical rewrite 2025-08-25 18:57:50 +02:00
Cargo.toml term: 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