toddi 0.2.2

A TODO focuser built on top of todo.txt
Documentation
[[bin]]
name = "toddi"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.dirs]
version = "5.0"

[dependencies.indicatif]
version = "0.17.9"

[dependencies.regex]
version = "1.11.1"

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

[dependencies.toml]
version = "0.8"

[dev-dependencies.assert_cmd]
version = "2.0.16"

[dev-dependencies.assert_fs]
version = "1.1.2"

[dev-dependencies.predicates]
version = "3.1.2"

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

[package]
authors = ["Nathan Lövsund <nathan@lovsund.eu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A TODO focuser built on top of todo.txt"
edition = "2021"
homepage = "https://sr.ht/~ume_tantan/toddi/"
keywords = ["cli", "todo"]
license = "GPL-3.0-or-later"
name = "toddi"
readme = "README.md"
repository = "https://git.sr.ht/~ume_tantan/toddi"
rust-version = "1.83"
version = "0.2.2"

[package.metadata.deb]
copyright = "2024, Nathan Lövsund <nathan@lovsund.eu>"
extended-description = "A simple CLI tool, built on top of todo.txt, to focus, per project, on the next task to do."
maintainer = "Nathan Lövsund <nathan@lovsund.eu>"
priority = "optional"
revision = "1"
section = "misc"
suggests = "todotxt-cli"

[[test]]
name = "cli"
path = "tests/cli.rs"