[package]
edition = "2024"
rust-version = "1.85"
name = "git-shadow"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standalone shadow copies of git repos (or parts of them) in a working directory."
readme = "README.md"
keywords = [
"git",
"cli",
"vendor",
"shadow",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/andre-a-alves/git-shadow"
[[bin]]
name = "git-shad"
path = "src/main.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.toml]
version = "1"