# 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 = "porsmo" version = "0.3.2" description = "A pomodoro, timer and stopwatch, all in one app" homepage = "https://github.com/ColorCookie-dev/porsmo" readme = "README.md" keywords = [ "cli", "pomodoro", "timer", "countdown", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ColorCookie-dev/porsmo" [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.crossterm] version = "0.26.1" [dependencies.notify-rust] version = "4" [dependencies.rodio] version = "0.12.0" [dependencies.thiserror] version = "1.0.43"