2024-05-11 19:46:20 +01:00
|
|
|
[package]
|
|
|
|
name = "git-next-git"
|
2024-07-14 16:37:50 +01:00
|
|
|
version = { workspace = true }
|
2024-05-11 19:46:20 +01:00
|
|
|
edition = { workspace = true }
|
2024-07-14 10:40:34 +01:00
|
|
|
license = { workspace = true }
|
2024-07-14 13:32:07 +01:00
|
|
|
repository = { workspace = true }
|
2024-07-26 06:49:09 +01:00
|
|
|
description = "[deprecated crate] git support for git-next, the trunk-based development manager"
|
2024-05-11 19:46:20 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2024-06-19 16:40:10 +01:00
|
|
|
|
2024-05-11 19:46:20 +01:00
|
|
|
[lints.clippy]
|
|
|
|
nursery = { level = "warn", priority = -1 }
|
|
|
|
# pedantic = "warn"
|
|
|
|
unwrap_used = "warn"
|
|
|
|
expect_used = "warn"
|