# 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 = "2018" name = "taskmao" version = "0.2.1" authors = ["Tyler Boright "] description = "Gain power through noticing. Notice how you spend your time" readme = "readme.md" license = "MIT" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0.0-beta.4" [dependencies.dialoguer] version = "0.8.0" [dependencies.dirs] version = "3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1" [dependencies.rusqlite] version = "0.25.1" features = ["bundled"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.5" [dependencies.uuid] version = "0.4" features = ["v4"]