Skip to content

Commit

Permalink
feat: expose ctrlc crate, with OS-specific packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jcnelson committed Oct 26, 2021
1 parent c76a7f5 commit 4cef87b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ extern crate slog_term;
#[cfg(unix)]
extern crate libc;

#[cfg(unix)]
extern crate nix;

#[cfg(windows)]
extern crate winapi;

#[macro_use]
extern crate serde_derive;
#[macro_use]
Expand Down

0 comments on commit 4cef87b

Please sign in to comment.