[package]
edition = "2021"
name = "xtodo"
version = "0.2.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "To-do and note application using the terminal user interface (TUI) written in Rust. Simple, nice-looking, efficient, and intuitive. Tested on Linux, macOS, and Windows."
documentation = "https://docs.rs/xtodo"
readme = "README.md"
keywords = [
"to-do",
"list",
"notes",
"organizer",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/mabognar/xtodo"
[[bin]]
name = "xtodo"
path = "src/main.rs"
[dependencies.arboard]
version = "3.6.1"
[dependencies.crossterm]
version = "0.29.0"
[dependencies.home]
version = "0.5.12"
[dependencies.ratatui]
version = "0.30.0"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.149"