# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "teyemer" version = "0.2.1" authors = ["Christopher Mann"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A timer to look away from the screen" homepage = "https://github.com/chriswmann/teymer" readme = "README.md" keywords = [ "timer", "eyes", "health", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/chriswmann/teymer" [[bin]] name = "teyemer" path = "src/main.rs" [dependencies.clap] version = "4.5.11" features = ["derive"] [dependencies.rodio] version = "0.17.3"