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

25 lines
564 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 = "../../foundation/fabro-types" }
futures.workspace = true
serde.workspace = true
serde_json.workspace = true
[dev-dependencies]
chrono = { workspace = true, features = ["serde"] }
fabro-types = { path = "../../foundation/fabro-types", features = ["test-support"] }