diff --git a/Cargo.toml b/Cargo.toml index 290060fb5..8000a2781 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -224,6 +224,7 @@ strum_macros = "0.28" syn = "2" syn-ext = "0.5.0" textwrap = { version = "0.16.2", default-features = false } +termios = "0.3.3" thiserror = "2.0" icu_properties = "2" icu_normalizer = "2" diff --git a/crates/host_env/Cargo.toml b/crates/host_env/Cargo.toml index e826a8baa..039c92586 100644 --- a/crates/host_env/Cargo.toml +++ b/crates/host_env/Cargo.toml @@ -18,7 +18,7 @@ num-traits = { workspace = true } nix = { workspace = true } [target.'cfg(all(unix, not(target_os = "ios"), not(target_os = "redox")))'.dependencies] -termios = "0.3.3" +termios = { workspace = true } [target.'cfg(windows)'.dependencies] widestring = { workspace = true }