d-note 0.1.5

A terminal sticky note app — top-right panel with todos, show/hide, stored in ~/notes.md
# 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 = "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"