Skip to content

Commit

Permalink
Merge pull request Detegr#23 from henninglive/error-handling
Browse files Browse the repository at this point in the history
Improved error handling and documentation
  • Loading branch information
Detegr authored Jun 20, 2017
2 parents ecfc132 + 11d3b4f commit 21c2ec6
Show file tree
Hide file tree
Showing 3 changed files with 453 additions and 109 deletions.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ homepage = "https://github.com/Detegr/rust-ctrlc"
repository = "https://github.com/Detegr/rust-ctrlc.git"

[dependencies]
libc = "0.2"
nix = "0.8"
winapi = "0.2"
kernel32-sys = "0.2"

[features]
termination = []

[[test]]
name = "tests"
path = "src/tests.rs"
harness = false
Loading

0 comments on commit 21c2ec6

Please sign in to comment.