task-tracker-cli 0.1.0

A lightweight, fast Rust command-line task tracker for managing TODOs and simple tasks locally. Designed to be minimal, scriptable, and user-friendly with beautiful formatted output.
Documentation
[[bin]]
name = "task-tracker-cli"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.42"

[dependencies.json]
version = "0.12.4"

[dependencies.prettytable-rs]
version = "0.10.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter", "fmt"]
version = "0.3"

[lib]
name = "task_tracker_cli"
path = "src/lib.rs"

[package]
authors = ["Hermane <nxhermane@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A lightweight, fast Rust command-line task tracker for managing TODOs and simple tasks locally. Designed to be minimal, scriptable, and user-friendly with beautiful formatted output."
documentation = "https://github.com/nXhermane/rust_task-tracker_cli/blob/main/README.md"
edition = "2021"
homepage = "https://github.com/nXhermane/rust_task-tracker_cli"
keywords = ["cli", "task-manager", "productivity", "todo", "command-line"]
license = "MIT"
name = "task-tracker-cli"
readme = "README.md"
repository = "https://github.com/nXhermane/rust_task-tracker_cli"
version = "0.1.0"