[package]
edition = "2024"
name = "nils-git-scope"
version = "0.4.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI crate for nils-git-scope in the nils-cli workspace."
readme = "README.md"
license = "MIT"
repository = "https://github.com/graysurf/nils-cli"
resolver = "2"
[[bin]]
name = "git-scope"
path = "src/main.rs"
[[test]]
name = "characterization_commands"
path = "tests/characterization_commands.rs"
[[test]]
name = "characterization_warnings"
path = "tests/characterization_warnings.rs"
[[test]]
name = "commit_mode"
path = "tests/commit_mode.rs"
[[test]]
name = "common"
path = "tests/common.rs"
[[test]]
name = "edge_cases"
path = "tests/edge_cases.rs"
[[test]]
name = "help_outside_repo"
path = "tests/help_outside_repo.rs"
[[test]]
name = "print_sources"
path = "tests/print_sources.rs"
[[test]]
name = "progress_opt_in"
path = "tests/progress_opt_in.rs"
[[test]]
name = "rendering"
path = "tests/rendering.rs"
[[test]]
name = "tool_degradation"
path = "tests/tool_degradation.rs"
[[test]]
name = "tracked_prefix"
path = "tests/tracked_prefix.rs"
[dependencies.anyhow]
version = "1"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.clap_complete]
version = "4"
[dependencies.nils-common]
version = "0.4.9"
package = "nils-common"
[dependencies.nils-term]
version = "0.4.9"
package = "nils-term"
[dependencies.tempfile]
version = "3"
[dev-dependencies.nils-test-support]
version = "0.4.9"