Files
kiln/kiln-core/Cargo.toml
T

15 lines
323 B
TOML
Raw Normal View History

2026-05-30 20:20:09 -05:00
[package]
name = "kiln-core"
version = "0.1.0"
edition = "2024"
[dependencies]
2026-07-14 23:48:50 -05:00
color = { version = "0.3.3", features = ["serde"] }
2026-07-11 12:40:35 -05:00
doryen-fov = "0.1"
2026-05-30 20:20:09 -05:00
rhai = "1"
serde = { version = "1", features = ["derive"] }
2026-06-03 23:21:05 -05:00
tinyrand = "0.5"
2026-05-30 20:20:09 -05:00
toml = { version = "0.8", features = ["preserve_order"] }
2026-06-28 00:12:52 -05:00
log = "0.4.33"
2026-07-24 23:46:43 -05:00
lazy_static = "1.5.0"