17 lines
356 B
TOML
17 lines
356 B
TOML
[package]
|
|
name = "kiln-core"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
serde = { version = "=1.0.228", features = ["derive"] }
|
|
serde_json = "=1.0.150"
|
|
toml = "=1.1.3"
|
|
uuid = { version = "=1.24.0", features = ["serde", "v4"] }
|
|
|
|
[lints]
|
|
workspace = true
|