[package] name = "theme-gen" description = "Dev-only generator that turns the vendored TextMate themes into lumbridge-theme's catalog" publish = false version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true repository.workspace = true [dependencies] lumbridge-theme = { path = "../../crates/lumbridge-theme" } serde_json = "1.0" [lints] workspace = true