Skip to content

Commit

Permalink
Add MSRV + status badge
Browse files Browse the repository at this point in the history
Closes #104
  • Loading branch information
Detegr committed Jun 7, 2023
1 parent 27bddfd commit 2d0ab31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ repository = "https://github.com/Detegr/rust-ctrlc.git"
exclude = ["/.travis.yml", "/appveyor.yml"]
edition = "2018"
readme = "README.md"
rust-version = "1.63.0"

[target.'cfg(unix)'.dependencies]
nix = { version = "0.26", default-features = false, features = ["fs", "signal"]}
Expand All @@ -37,3 +38,6 @@ path = "tests/main/issue_97.rs"

[dev-dependencies]
signal-hook = "0.3"

[badges]
maintenance = { status = "passively-maintained" }

0 comments on commit 2d0ab31

Please sign in to comment.