# 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 = "noteit" version = "1.0.0" authors = ["Pluto--deev"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple command-line notes application for managing personal notes." homepage = "https://github.com/Pluto-deev/RCLI-NOTES" readme = "README.md" keywords = [ "notes", "cli", "rust", "productivity", ] license = "Apache-2.0" repository = "https://github.com/Pluto-deev/RCLI-NOTES" [[bin]] name = "noteit" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.dirs] version = "5.0.1"