1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

feat: add a text user interface

This commit is contained in:
Kevin Amado 2022-02-20 19:42:42 -05:00
parent 3275487e18
commit 45ad71e6ee
8 changed files with 360 additions and 32 deletions

View file

@ -1,9 +1,12 @@
[dependencies]
atty = "*"
clap = { version = "*", features = ["cargo"] }
indoc = "*"
rand = "*"
rayon = "*"
rnix = "*"
termion = "*"
tui = { version = "*", default-features = false, features = ["termion"] }
rowan = "*"
walkdir = "*"