git-next/crates/git/test/Cargo.toml
Paul Campbell b8835941f9
All checks were successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
WIP: test: add more tests to git crate
2024-06-07 07:58:44 +01:00

19 lines
449 B
TOML

[package]
name = "git-next-git-test"
version = { workspace = true }
edition = { workspace = true }
[dependencies]
git-next-git = { workspace = true }
git-next-config = { workspace = true }
git-next-config-test = { workspace = true }
rand = { workspace = true }
kxio = { workspace = true }
# serde_json = { workspace = true }
[lints.clippy]
nursery = { level = "warn", priority = -1 }
# pedantic = "warn"
unwrap_used = "warn"
expect_used = "warn"