radicle-heartwood-lfs/crates/radicle-term
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
..
src term: Remove dependency on `anyhow` 2025-09-04 16:28:20 +03:00
Cargo.toml term: Remove dependency on `anyhow` 2025-09-04 16:28:20 +03:00