20 lines
402 B
TOML
20 lines
402 B
TOML
# file: kb_execution_safety/Cargo.toml
|
|
# version: 3
|
|
|
|
[package]
|
|
name = "kb_execution_safety"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
kb_core = { path = "../kb_core" }
|
|
kb_execution_api = { path = "../kb_execution_api" }
|
|
kb_model = { path = "../kb_model" }
|
|
serde.workspace = true
|
|
ts-rs.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|