# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pomors" version = "0.2.3" authors = ["yuizho "] exclude = ["pomors.gif"] description = "A simple CLI pomodoro timer." homepage = "https://github.com/yuizho/pomors" readme = "README.md" keywords = ["cli", "pomodoro"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/yuizho/pomors" [dependencies.exitfailure] version = "0.5.1" [dependencies.failure] version = "0.1.8" [dependencies.notify-rust] version = "4.0.0" [dependencies.rodio] version = "0.12.0" [dependencies.spin_sleep] version = "1.0.0" [dependencies.structopt] version = "0.3.20" [dependencies.termion] version = "1.5.5"