16 lines
334 B
TOML
16 lines
334 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"
|
|
uuid = { version = "=1.24.0", features = ["serde"] }
|
|
|
|
[lints]
|
|
workspace = true
|