mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
28 lines
644 B
TOML
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"
|