# 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 = "nday" version = "0.2.1" description = "A simple CLI tool for daily notes" license = "MIT" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.confy] version = "0.4.0" [dependencies.console] version = "0.15.0" [dependencies.dialoguer] version = "0.10.1" [dependencies.dirs] version = "1.0" [dependencies.home] version = "0.5.3" [dependencies.serde] version = "1.0" features = ["derive"]