# 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 = "cli_todo_list_sqlite" version = "0.1.1" authors = ["TudorIsCoding"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple CLI todo list in rust using sqlite" readme = "README.md" keywords = [ "todo", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/TudorIsCoding/CLI-Todo" [lib] name = "cli_todo_list_sqlite" path = "src/lib.rs" [[bin]] name = "todo" path = "src/main.rs" [dependencies.colored] version = "2.1.0" [dependencies.rusqlite] version = "0.32.1" features = ["bundled"]