Files
khadhroony-bot3/ks-config/Cargo.toml
2026-08-09 19:34:08 +02:00

21 lines
375 B
TOML

# file: ks-config/Cargo.toml
# version: 4
[package]
name = "ks-config"
version.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
[dependencies]
dotenvy.workspace = true
ks-core = { path = "../ks-core" }
jsonschema.workspace = true
serde.workspace = true
serde_json.workspace = true
ts-rs.workspace = true
[lints]
workspace = true