forgejo-todo-checker/Cargo.toml
Paul Campbell 708bcb0b91
Some checks failed
Test / test (push) Failing after 1m25s
feat: scan for TODO and FIXME markers
2024-09-18 11:10:05 +01:00

10 lines
148 B
TOML

[package]
name = "forgejo-todo-checker"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
regex = "1.10"
ureq = "2.10"
kxio = "1.2"