21 lines
375 B
TOML
21 lines
375 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]
|
|
dotenvy.workspace = true
|
|
kb-core = { path = "../kb-core" }
|
|
jsonschema.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
ts-rs.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|