`toshokan` panics running a command like `toshokan list | head`. This can be resolved with the `#[unix_sigpipe = "sig_dfl"]` attribute on `fn main()`. This is blocked until the unix_sigpipe feature is stabilized. - https://github.com/rust-lang/rust/issues/46016#ref-issue-1185643904 - https://github.com/rust-lang/rust/pull/120832