This commit is contained in:
Daniel Flanagan 2024-04-20 08:38:47 -05:00
parent 7e9900ffd5
commit a94d498c7e

View file

@ -9,7 +9,7 @@ Mainly as a way to learn _more_ Rust to do a few things better:
- Async with `tokio` - Async with `tokio`
- Command-line interfaces (CLIs) with `clap` and `cliclack` - Command-line interfaces (CLIs) with `clap` and `cliclack`
- Terminal user interfaces (TUIs) `ratatui` - Terminal user interfaces (TUIs) with `ratatui`
- Configuration with `config` and `keyring` - Configuration with `config` and `keyring`
- Lazy-loading with `std::sync::OnceLock` - Lazy-loading with `std::sync::OnceLock`
- User-facing error handling with `color_eyre` - User-facing error handling with `color_eyre`