# 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 = "flow-cli" version = "0.1.1" authors = ["Dreck Sallow "] description = "Flow is a useful cli tool to better manage tasks and projects" readme = "README.md" keywords = [ "cli", "command-line", "tool", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/DreckSallow/flow" [[bin]] name = "flow" path = "src/main.rs" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.clap_complete] version = "4.1.2" [dependencies.crossterm] version = "0.26.0" [dependencies.directories] version = "5.0" [dependencies.rusqlite] version = "0.28.0" features = ["bundled"]