[[bin]]
name = "todoit"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.4.6"
[dependencies.colored]
version = "3.0.0"
[dependencies.ignore]
version = "0.4.20"
[dependencies.regex]
version = "1.9.6"
[package]
authors = ["ixhbinphoenix"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "CLI Tool for showing all TODO's in a project"
edition = "2021"
exclude = ["flake.nix", "flake.lock", ".envrc", "/.direnv", "/result", "/target"]
homepage = "https://git.ixhby.dev/ixhbinphoenix/todoit"
license = "GPL-3.0-only"
name = "todoit"
readme = "README.md"
repository = "https://git.ixhby.dev/ixhbinphoenix/todoit"
rust-version = "1.80.1"
version = "0.1.5"