git-next/crates/cli/Cargo.toml
Paul Campbell c4ca3d78cf
All checks were successful
ci/woodpecker/push/tag-created Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
WIP: test(git): make repository more testable
2024-05-18 20:26:44 +01:00

23 lines
430 B
TOML

[package]
name = "git-next"
version = { workspace = true }
edition = { workspace = true }
[dependencies]
git-next-server = { workspace = true }
git-next-git = { workspace = true }
# CLI parsing
clap = { workspace = true }
# fs/network
kxio = { workspace = true }
# Actors
actix-rt = { workspace = true }
[lints.clippy]
nursery = { level = "warn", priority = -1 }
# pedantic = "warn"
unwrap_used = "warn"
expect_used = "warn"