Files
khadhroony-bot3/migration/khadhroony-bot2-reference/kb_config/Cargo.toml
2026-07-23 16:37:12 +02:00

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