Simple pomodoro timer for 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.

12 lines
333 B

5 years ago
  1. [package]
  2. name = "pom"
  3. version = "0.1.0"
  4. authors = ["Marcel Schneider <marcel@webschneider.org>"]
  5. edition = "2018"
  6. repository = "https://git.schneider-hosting.de/schneider/pom"
  7. license = "MIT/Apache-2.0"
  8. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  9. [dependencies]
  10. chrono = "0.4"