Skip to content

Commit

Permalink
Merge pull request #159 from blacknon/0.3.16
Browse files Browse the repository at this point in the history
update. windows build.
  • Loading branch information
blacknon authored Nov 9, 2024
2 parents 0fd4e69 + e9a0a8b commit 869769c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@ serde_derive = "1.0.197"
serde_json = "1.0.114"
shell-words = "1.1.0"
similar = {version = "2.5.0", features = ["serde", "unicode", "text", "inline", "bytes"]}
termios = "0.3"
termwiz = "0.22.0"
tokio = {version = "1.16", features = ["full"]}
unicode-segmentation = "1.10"
unicode-truncate = "1"
unicode-width = "=0.1.13"

[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies]
termios = "0.3"

[package.metadata.binstall]
bin-dir = "bin/{ bin }{ binary-ext }"
pkg-url = "{ repo }/releases/download/{ version }/{ name }-{ version }.{ target }.{ archive-format }"

0 comments on commit 869769c

Please sign in to comment.