0.5.1-pre.002
This commit is contained in:
20
ks-config/Cargo.toml
Normal file
20
ks-config/Cargo.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user