This commit is contained in:
Daniel Flanagan 2024-04-20 08:38:47 -05:00
parent 7e9900ffd5
commit a94d498c7e
1 changed files with 1 additions and 1 deletions

View File

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