# 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 = "zilean" version = "0.1.0" description = "Zilean is a cross-platform terminal application for working with the Pomodoro Technique" homepage = "https://github.com/i4o-dev/zilean" readme = "README.md" keywords = [ "pomodoro", "productivity", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/i4o-dev/zilean" [dependencies.chrono] version = "0.4.25" [dependencies.clap] version = "4.3.0" [dependencies.crossterm] version = "0.26.1" [dependencies.indicatif] version = "0.17.4" [dependencies.inquire] version = "0.6.2"