repline: Remove default-features from crossterm, since we don't use the event API
This commit is contained in:
parent
9b11543396
commit
ed9b73a1a3
@ -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};
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
//! The Conlang REPL, based on [repline]
|
||||
//!
|
||||
//! Uses [argh] for argument parsing.
|
||||
//! Uses [argwerk] for argument parsing.
|
||||
#![warn(clippy::all)]
|
||||
|
||||
pub mod ansi;
|
||||
|
@ -8,4 +8,4 @@ license.workspace = true
|
||||
publish.workspace = true
|
||||
|
||||
[dependencies]
|
||||
crossterm = "0.27.0"
|
||||
crossterm = { version = "0.27.0", default-features = false }
|
||||
|
Loading…
Reference in New Issue
Block a user