fabro/lib/crates/fabro-dump/Cargo.toml
Bryan Helmkamp 93908de46c
refactor(retro): share run dump hydration
Move RunDump into fabro-dump so CLI export and retro uploads share the same hydrated run layout. Drop the legacy artifact file-ref parser, add best-effort run.log retrieval for retro, and update retro prompts/docs to use events.jsonl and checkpoints.
2026-04-30 23:31:12 -04:00

25 lines
536 B
TOML

[package]
name = "fabro-dump"
edition.workspace = true
version.workspace = true
publish = false
license.workspace = true
[lib]
doctest = false
[lints]
workspace = true
[dependencies]
anyhow.workspace = true
bytes.workspace = true
fabro-store = { path = "../fabro-store" }
fabro-types = { path = "../fabro-types" }
futures.workspace = true
serde.workspace = true
serde_json.workspace = true
[dev-dependencies]
chrono = { workspace = true, features = ["serde"] }
fabro-types = { path = "../fabro-types", features = ["test-support"] }