86bcf84175
Updates Cargo.toml package name, window title, and all references in ARCHITECTURE.md and CLAUDE.md. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
166 B
TOML
11 lines
166 B
TOML
[package]
|
|
name = "kiln"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
eframe = "0.33.3"
|
|
rhai = "1"
|
|
serde = { version = "1", features = ["derive"] }
|
|
toml = "0.8"
|