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

28 lines
594 B
TOML

[package]
name = "fabro-variable"
edition.workspace = true
version.workspace = true
publish = false
license.workspace = true
description = "Workflow-visible non-sensitive variables for Fabro"
[lib]
doctest = false
[lints]
workspace = true
[dependencies]
chrono.workspace = true
fabro-db = { path = "../../foundation/fabro-db" }
fabro-types = { path = "../../foundation/fabro-types" }
serde.workspace = true
serde_json.workspace = true
sqlx.workspace = true
thiserror.workspace = true
tokio.workspace = true
tracing.workspace = true
[dev-dependencies]
anyhow.workspace = true
tempfile = "3"