git-shadow 0.0.1

Standalone shadow copies of git repos (or parts of them) in a working directory.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "git-shadow"
version = "0.0.1"
edition = "2024"
description = "Standalone shadow copies of git repos (or parts of them) in a working directory."
license = "MIT OR Apache-2.0"
repository = "https://github.com/andre-a-alves/git-shadow"
readme = "README.md"
keywords = ["git", "cli", "vendor", "shadow"]
categories = ["command-line-utilities"]
rust-version = "1.85"

[[bin]]
name = "gshad"
path = "src/main.rs"