19 lines
449 B
TOML
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"
|