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