mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-26 01:11:21 +00:00
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>
18 lines
399 B
TOML
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"
|