2024-05-11 11:11:13 +01:00
|
|
|
[package]
|
|
|
|
name = "git-next"
|
2024-07-14 14:24:41 +01:00
|
|
|
version = "0.9.3"
|
2024-05-11 18:57:18 +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 }
|
|
|
|
description = "CLI support for git-next, the trunk-based development manager"
|
2024-05-11 11:11:13 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2024-05-11 19:29:38 +01:00
|
|
|
git-next-server = { workspace = true }
|
2024-05-11 18:57:18 +01:00
|
|
|
|
2024-05-11 11:11:13 +01:00
|
|
|
# CLI parsing
|
|
|
|
clap = { workspace = true }
|
|
|
|
|
|
|
|
# fs/network
|
|
|
|
kxio = { workspace = true }
|
|
|
|
|
|
|
|
[lints.clippy]
|
|
|
|
nursery = { level = "warn", priority = -1 }
|
|
|
|
# pedantic = "warn"
|
|
|
|
unwrap_used = "warn"
|
|
|
|
expect_used = "warn"
|