forgejo-todo-checker/Cargo.toml
Paul Campbell eea2e14fb0
All checks were successful
Test / test (push) Successful in 3s
feat: collect env into Config and note planned operations
2024-09-17 19:42:33 +01:00

9 lines
135 B
TOML

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