forgejo-todo-checker/Cargo.toml
Renovate Bot 5a2699c274
Some checks failed
Test / build (map[name:nightly]) (pull_request) Successful in 11m30s
Test / build (map[name:stable]) (pull_request) Successful in 12m16s
Test / build (map[name:stable]) (push) Failing after 3m33s
Test / build (map[name:nightly]) (push) Successful in 5m11s
chore(deps): update rust crate rstest to 0.24
2025-01-01 19:16:02 +00:00

28 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]
anyhow = "1.0"
bon = "3.0"
ignore = "0.4"
file-format = { version = "0.26", features = ["reader-txt"] }
kxio = "3.1"
regex = "1.10"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.37", features = ["full"] }
[dev-dependencies]
assert2 = "0.3"
pretty_assertions = "1.4"
rstest = "0.24"
mutants = "0.0"
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }