[package] name = "stopwatch" version = "0.1.0" authors = ["Marcel Schneider "] edition = "2018" license = "MIT" repository = "https://git.schneider-hosting.de/schneider/stopwatch" homepage = "https://git.schneider-hosting.de/schneider/stopwatch" description = "A very simple stopwatch for the command line" keywords = ["stopwatch", "cli", "time"] [dependencies] crossbeam-channel = "0.3" signal-hook = "0.1"