cargo-worktree 1.0.0

Deterministic build namespace layer for Cargo
[package]
name = "cargo-worktree"
version = "1.0.0"
edition = "2024"
description = "Deterministic build namespace layer for Cargo"
readme = "README.md"
license = "MIT"
repository = "https://github.com/SuccinctPaul/cargo-worktree"
keywords = ["cargo", "git", "worktree", "build"]
categories = ["development-tools", "command-line-utilities"]

[dependencies]
anyhow = "1"
#thiserror = "1"
clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha1 = "0.10"
hex = "0.4"
which = "6"