[package] name = "ctrlc-handler" version = "0.1.2" edition = "2021" authors = ["Westly Ward "] description = "Helper for using the ctrlc crate" license-file = "LICENSE" repository = "https://github.com/sonicrules1234/ctrlc-handler" readme = "README.md" homepage = "https://github.com/sonicrules1234/ctrlc-handler" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] crossbeam-channel = "0.5.3" ctrlc = "3.2.1"