noteit 1.0.0

A simple command-line notes application for managing personal notes.
[[bin]]
name = "noteit"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.38"

[dependencies.clap]
features = ["derive"]
version = "4.5.16"

[dependencies.dirs]
version = "5.0.1"

[package]
authors = ["Pluto--deev"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A simple command-line notes application for managing personal notes."
edition = "2021"
homepage = "https://github.com/Pluto-deev/RCLI-NOTES"
keywords = ["notes", "cli", "rust", "productivity"]
license = "Apache-2.0"
name = "noteit"
readme = "README.md"
repository = "https://github.com/Pluto-deev/RCLI-NOTES"
version = "1.0.0"