# 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 = "2018" name = "tutel" version = "0.2.10" authors = ["Arthur Wienstroer"] description = "a minimalistic todo app for terminal enthusiasts" homepage = "https://www.github.com/0x5a4/tutel" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://www.github.com/0x5a4/tutel" [lib] name = "tutel" path = "src/lib.rs" [[bin]] name = "tutel" path = "src/main.rs" [dependencies.anyhow] version = "1.0.45" [dependencies.bpaf] version = "0.7.1" features = ["autocomplete"] [dependencies.owo-colors] version = "3.5.0" [dependencies.serde] version = "1.0.130" [dependencies.tempfile] version = "3.3.0" [dependencies.toml] version = "0.5.8"