mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
25 lines
564 B
TOML
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"] }
|