mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
24 lines
592 B
TOML
24 lines
592 B
TOML
[package]
|
|
name = "fabro-validate"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
publish = false
|
|
license.workspace = true
|
|
description = "Validation and lint rules for Fabro workflow graphs"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
fabro-acp = { path = "../fabro-acp", default-features = false }
|
|
fabro-graphviz = { path = "../fabro-graphviz" }
|
|
fabro-model = { path = "../../foundation/fabro-model" }
|
|
fabro-types = { path = "../../foundation/fabro-types" }
|
|
serde = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
toml = { workspace = true }
|