[[bin]]
name = "tf"
path = "src/main.rs"
[dependencies.crossterm]
version = "0.27.0"
[dependencies.dirs]
version = "5.0.1"
[dependencies.once_cell]
version = "1.19.0"
[dependencies.ratatui]
version = "0.26.2"
[dependencies.regex]
version = "1.10.3"
[dependencies.serde]
features = ["derive"]
version = "1.0.195"
[dependencies.time]
features = ["std", "local-offset", "macros", "parsing"]
version = "0.3"
[dependencies.toml]
version = "0.8.8"
[package]
authors = ["Kris Warner <kdwarn@protonmail.com>"]
categories = ["command-line-utilities"]
description = "Keep your project-related tasks where they belong - with your notes on the project! This program, a terminal user interface (TUI), will extract and display them."
edition = "2021"
keywords = ["tui", "notes", "tasks", "todo"]
license = "AGPL-3.0-or-later"
name = "taskfinder"
readme = "README.md"
repository = "https://codeberg.org/kdwarn/taskfinder"
version = "1.0.0"