backlog-cli 0.3.0

A simple, fast backlog manager for your git repos with an interactive TUI
[[bin]]
name = "backlog"
path = "src/main.rs"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "4"

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "5"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.serde_json]
version = "1"

[package]
authors = ["Ed Anisko"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A simple, fast backlog manager for your git repos with an interactive TUI"
edition = "2024"
homepage = "https://github.com/edanisko/backlog-cli"
keywords = ["cli", "todo", "backlog", "tui", "productivity"]
license = "MIT"
name = "backlog-cli"
readme = "README.md"
repository = "https://github.com/edanisko/backlog-cli"
version = "0.3.0"