max / alloy_tui
| 1 | [workspace] |
| 2 | resolver = "3" |
| 3 | members = ["crates/*"] |
| 4 | |
| 5 | [workspace.package] |
| 6 | edition = "2024" |
| 7 | rust-version = "1.86" |
| 8 | license = "GPL-3.0-or-later" |
| 9 | repository = "https://git.sr.ht/~maxmj/alloy" |
| 10 | authors = ["Max Johnson <me@maxj.phd>"] |
| 11 | |
| 12 | [workspace.dependencies] |
| 13 | ratatui = "0.30" |
| 14 | makeover = "0.10.0" |
| 15 | |
| 16 | [profile.release] |
| 17 | lto = "thin" |
| 18 | codegen-units = 1 |
| 19 | strip = "symbols" |
| 20 |