[package] name = "uninterruptible" version = "0.1.0" authors = ["Jakub Pastuszek "] description = "Guard type that keeps selected Unix signals suppressed" repository = "https://git.sr.ht/~jpastuszek/uninterruptible" homepage = "https://sr.ht/~jpastuszek/uninterruptible/" documentation = "https://docs.rs/uninterruptible" readme = "README.md" keywords = ["signal", "unix"] categories = ["command-line-interface", "os::unix-apis"] license = "MIT" edition = "2018" [dependencies] signal-hook = "0.3.8"