# 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 = "pico-cli" version = "0.1.1" authors = ["Kristian Pilegaard Jensen "] description = "A easy to use tool for managing your tasks in a git repository project." homepage = "https://github.com/kralle333/piqo" documentation = "https://github.com/kralle333/piqo" readme = "README.md" keywords = [ "task", "todo", "list", "project", "producitvity", ] license = "MIT" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.21" features = ["cargo"] [dependencies.gix-discover] version = "0.22.1" [dependencies.inquire] version = "0.6.2" features = ["editor"] [dependencies.owo-colors] version = "3.5.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.104"