Skip to content

Commit 58dcae5

Browse files
authored
Merge pull request #23 from henninglive/error-handling
Improved error handling and documentation
2 parents c542229 + 9f91508 commit 58dcae5

File tree

3 files changed

+453
-109
lines changed

3 files changed

+453
-109
lines changed

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,14 @@ homepage = "https://github.com/Detegr/rust-ctrlc"
1111
repository = "https://github.com/Detegr/rust-ctrlc.git"
1212

1313
[dependencies]
14-
libc = "0.2"
14+
nix = "0.8"
1515
winapi = "0.2"
1616
kernel32-sys = "0.2"
1717

1818
[features]
1919
termination = []
20+
21+
[[test]]
22+
name = "tests"
23+
path = "src/tests.rs"
24+
harness = false

0 commit comments

Comments
 (0)