max / alloy_tui
| 1 | [package] |
| 2 | name = "alloy_tui" |
| 3 | version = "1.0.0" |
| 4 | description = "Alloy design system: makeover intents rendered as ratatui Color/Style, plus themed widgets for the alloy console and siblings." |
| 5 | edition = "2024" |
| 6 | rust-version = "1.86" |
| 7 | license = "MIT" |
| 8 | repository = "https://git.sr.ht/~maxmj/alloy_tui" |
| 9 | authors = ["Max Johnson <me@maxj.phd>"] |
| 10 | |
| 11 | [dependencies] |
| 12 | ratatui = "0.30" |
| 13 | makeover = "1.0.0" |
| 14 |