forgejo-todo-checker/Cargo.toml
Paul Campbell daf560318d
All checks were successful
Test / build (map[name:nightly]) (push) Successful in 4m37s
Test / build (map[name:stable]) (push) Successful in 5m27s
chore: replace anyhow with color_eyre
2025-01-04 20:38:14 +00:00

24 lines
597 B
TOML

[package]
name = "forgejo-todo-checker"
version = "1.2.0"
edition = "2021"
publish = false # NOTE: Not a CLI tool or a library, so don't release to crates.io
[dependencies]
bon = "3.0"
color-eyre = "0.6"
file-format = { version = "0.26", features = ["reader-txt"] }
ignore = "0.4"
kxio = "5.0"
regex = "1.10"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.37", features = ["full"] }
[dev-dependencies]
assert2 = "0.3"
mutants = "0.0"
pretty_assertions = "1.4"
rstest = "0.24"
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }