[package]
name = "noteit"
version = "1.0.0"
edition = "2021"
authors = ["Pluto--deev"]
description = "A simple command-line notes application for managing personal notes."
license = "Apache-2.0"
keywords = ["notes", "cli", "rust", "productivity"]
homepage = "https://github.com/Pluto-deev/RCLI-NOTES"
repository = "https://github.com/Pluto-deev/RCLI-NOTES"
[dependencies]
chrono = "0.4.38"
clap = { version = "4.5.16", features = ["derive"] }
dirs = "5.0.1"
[[bin]]
name = "noteit"
path = "src/main.rs"