git-next/crates/cli/Cargo.toml
Paul Campbell e410cfc4f1
All checks were successful
Rust / build (push) Successful in 1m23s
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
chore: add license and descriptions for each crate
2024-07-14 10:40:34 +01:00

21 lines
462 B
TOML

[package]
name = "git-next"
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
descripition = "CLI support for git-next, the trunk-based development manager"
[dependencies]
git-next-server = { workspace = true }
# 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"