# 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 = "wwida" version = "1.3.0" authors = ["Tudor Tomescu "] description = "What Was I Doing Again? Simple CLI to-do list app." readme = "README.md" keywords = [ "to-do", "reminders", "cli", "tasks", ] categories = ["command-line-utilities"] license = "MIT" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.bson] version = "2.3.0" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.clap] version = "3.2.16" features = ["derive"] [dependencies.home] version = "0.5.3" [dependencies.itertools] version = "0.10.3" [dependencies.serde] version = "1.0" features = ["derive"]