repline: Remove default-features from crossterm, since we don't use the event API

This commit is contained in:
2024-04-22 02:18:57 -05:00
parent 9b11543396
commit ed9b73a1a3
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
//! Handles argument parsing (currently using the [argh] crate)
//! Handles argument parsing (currently using the [argwerk] crate)
use std::{io::IsTerminal, path::PathBuf, str::FromStr};