A very simple Stopwatch for the command line
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
434 B

5 years ago
5 years ago
5 years ago
  1. [package]
  2. name = "stopwatch"
  3. version = "0.1.0"
  4. authors = ["Marcel Schneider <marcel@webschneider.org>"]
  5. edition = "2018"
  6. license = "MIT"
  7. repository = "https://git.schneider-hosting.de/schneider/stopwatch"
  8. homepage = "https://git.schneider-hosting.de/schneider/stopwatch"
  9. description = "A very simple stopwatch for the command line"
  10. keywords = ["stopwatch", "cli", "time"]
  11. [dependencies]
  12. crossbeam-channel = "0.3"
  13. signal-hook = "0.1"