# 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 = "tty-todo" version = "0.1.1" authors = ["Raadwan Masum "] description = "A terminal todo list." homepage = "https://github.com/raad1masum/tty-todo" documentation = "https://github.com/raad1masum/tty-todo" readme = "README.md" keywords = ["tty-todo", "cli", "todo", "todo-list"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/raad1masum/tty-todo" [dependencies.clap] version = "2.33.3" [dependencies.colored] version = "2.0.0" [dependencies.rustop] version = "1.1.0"