fabro/crates/arc-git-storage/Cargo.toml
Bryan Helmkamp 32e4f5eb96 Rename all crates from unprefixed to arc-* prefix
Rename crate directories, package names, binary names, path
dependencies, use statements, qualified paths, clap command names,
and string literals across the workspace.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-28 04:20:47 -05:00

18 lines
399 B
TOML

[package]
name = "arc-git-storage"
edition.workspace = true
version.workspace = true
license.workspace = true
description = "Store structured data in git without touching the working directory"
repository = "https://github.com/brynary/attractor-rust"
[lib]
doctest = false
[dependencies]
git2.workspace = true
thiserror.workspace = true
walkdir.workspace = true
[dev-dependencies]
tempfile = "3"