# 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 = "tomato" version = "0.2.0" authors = ["Junichi Kakisako "] description = "Command line pomodoro timer." homepage = "https://github.com/kironono/tomato" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/kironono/tomato" resolver = "2" [dependencies.clap] version = "2.33.3" [dependencies.console] version = "0.15.0" [dependencies.indicatif] version = "0.16.2" [dependencies.notify-rust] version = "4.5.4"