[package]
edition = "2024"
name = "git-set-attr"
version = "0.1.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Set Git attributes via code, or from the command-line."
documentation = "https://docs.rs/git-set-attr"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/git-ents/git-vendor"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "git_set_attr"
path = "src/lib.rs"
[[bin]]
name = "git-set-attr"
path = "src/main.rs"
[dependencies.clap]
version = "4.5.60"
features = ["derive"]
[dependencies.clap_mangen]
version = "0.2.31"
[dependencies.git2]
version = "0.20.4"