[package]
edition = "2024"
name = "d-note"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal sticky note app — top-right panel with todos, show/hide, stored in ~/notes.md"
readme = "README.md"
keywords = [
"tui",
"notes",
"todo",
"terminal",
"sticky",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/YOUR_USERNAME/d-note"
[[bin]]
name = "d-note"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4"
[dependencies.crossterm]
version = "0.28"
[dependencies.ratatui]
version = "0.29"