# 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 = "todo_cli_jfc" version = "0.1.4" description = "A very simple cli tool to manage todos" readme = "README.md" keywords = [ "todo", "cli", ] license = "MIT" [dependencies.ansi_term] version = "0.12.1" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.home] version = "0.5.9" [dependencies.rusqlite] version = "0.29.0" features = ["bundled"] [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.predicates] version = "3.0.4"