Skip to content

Commit e9a0a8b

Browse files
committed
update.
1 parent 3126186 commit e9a0a8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@ serde_derive = "1.0.197"
3434
serde_json = "1.0.114"
3535
shell-words = "1.1.0"
3636
similar = {version = "2.5.0", features = ["serde", "unicode", "text", "inline", "bytes"]}
37-
termios = "0.3"
3837
termwiz = "0.22.0"
3938
tokio = {version = "1.16", features = ["full"]}
4039
unicode-segmentation = "1.10"
4140
unicode-truncate = "1"
4241
unicode-width = "=0.1.13"
4342

43+
[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies]
44+
termios = "0.3"
45+
4446
[package.metadata.binstall]
4547
bin-dir = "bin/{ bin }{ binary-ext }"
4648
pkg-url = "{ repo }/releases/download/{ version }/{ name }-{ version }.{ target }.{ archive-format }"

0 commit comments

Comments
 (0)