max / makeover
| 1 | [package] |
| 2 | name = "makeover" |
| 3 | version = "0.9.0" |
| 4 | edition = "2024" |
| 5 | description = "Shared theme loading for the make-family apps: TOML theme files parsed into intent-based color tokens, with perceptual derivations and WCAG contrast." |
| 6 | license = "MIT" |
| 7 | repository = "https://git.sr.ht/~maxmj/makeover" |
| 8 | |
| 9 | [dependencies] |
| 10 | serde = { version = "1", features = ["derive"] } |
| 11 | toml = "0.8" |
| 12 | include_dir = "0.7" |
| 13 | |
| 14 | [dev-dependencies] |
| 15 | tempfile = "3" |
| 16 |