todo-cli-app 0.5.1

yet another todo CLI app written in Rust
Documentation
[dependencies.anyhow]
version = "1.0.79"

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

[dependencies.regex]
version = "1.10.3"

[package]
authors = ["Jack Will <wujackwill@outlook.com>"]
categories = ["command-line-utilities"]
description = "yet another todo CLI app written in Rust"
edition = "2021"
homepage = "https://github.com/wujackwill/todo"
keywords = ["cli"]
license = "MIT"
name = "todo-cli-app"
readme = "README.md"
repository = "https://github.com/wujackwill/todo"
version = "0.5.1"