small software-rendered rust tty
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ edition = "2024" anstream = "0.6.18" anyhow = "1.0.98" atools = "0.1.6" +chumsky = { git = "https://github.com/zesterer/chumsky", version = "0.11.0", features = ["nightly"] } color-hex = "0.2.0" ctlfun = { git = "https://github.com/bend-n/ctlfun" } fimg = { git = "https://github.com/bend-n/fimg" } |