$ rm -rf .cargo/
$ $ cargo -V
cargo 1.92.0 (344c4567c 2025-10-21)
$ cargo init
$ cargo install --git https://github.com/boxdot/gurk-rs gurk
...
$ gurk
Error: failed to load config
Caused by:
TOML parse error at line 3, column 17
|
3 | notifications = true
| ^^^^
invalid type: boolean `true`, expected struct NotificationConfig