Skip to content

Commit

Permalink
fix: add ctrlc only to windows
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuswhite committed Mar 10, 2024
1 parent 6914cc4 commit e84a2e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ rlua = "0.19.8"
anyhow = "1.0.79"
homedir = "0.2.1"
regex = { version = "1.10.3", features = [] }
[target.'cfg(windows)'.dependencies]
ctrlc = "3.4.3"

0 comments on commit e84a2e2

Please sign in to comment.