taskfinder 0.8.0

Keep your project-related tasks where they belong - with your notes on the project! This program will then extract and display them.
[[bin]]
name = "tf"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.4.1"

[dependencies.colored]
version = "2"

[dependencies.dirs]
version = "5.0.1"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.regex]
version = "1.10.3"

[dependencies.serde]
features = ["derive"]
version = "1.0.195"

[dependencies.tabled]
features = ["std"]
version = "0.15.0"

[dependencies.termion]
version = "3.0"

[dependencies.time]
features = ["std", "local-offset", "macros"]
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 will then extract and display them."
edition = "2021"
keywords = ["cli", "notes", "tasks", "todo"]
license = "AGPL-3.0-or-later"
name = "taskfinder"
readme = "README.md"
repository = "https://codeberg.org/kdwarn/taskfinder"
version = "0.8.0"