fabro/lib/components/fabro-checkpoint/Cargo.toml
2026-07-23 17:59:34 -04:00

28 lines
644 B
TOML

[package]
name = "fabro-checkpoint"
edition.workspace = true
version.workspace = true
publish = false
license.workspace = true
description = "Git-backed checkpoint storage for Fabro workflows"
repository = "https://github.com/brynary/arc"
[lib]
doctest = false
[lints]
workspace = true
[dependencies]
fabro-config = { path = "../../foundation/fabro-config" }
fabro-store = { path = "../fabro-store" }
fabro-types = { path = "../../foundation/fabro-types" }
git2.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tracing.workspace = true
[dev-dependencies]
chrono.workspace = true
tempfile = "3"