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:
parent
3275487e18
commit
45ad71e6ee
8 changed files with 360 additions and 32 deletions
|
@ -1,9 +1,12 @@
|
|||
[dependencies]
|
||||
atty = "*"
|
||||
clap = { version = "*", features = ["cargo"] }
|
||||
indoc = "*"
|
||||
rand = "*"
|
||||
rayon = "*"
|
||||
rnix = "*"
|
||||
termion = "*"
|
||||
tui = { version = "*", default-features = false, features = ["termion"] }
|
||||
rowan = "*"
|
||||
walkdir = "*"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue