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

refactor: organize project

This commit is contained in:
Kevin Amado 2022-02-21 14:42:01 -05:00
parent 4cdee48ddf
commit 555d890b3b
101 changed files with 1114 additions and 221 deletions

16
Cargo.lock generated
View file

@ -3,21 +3,29 @@
version = 3
[[package]]
name = "alejandra"
name = "alejandra_cli"
version = "0.3.1"
dependencies = [
"alejandra_engine",
"atty",
"clap",
"indoc",
"rand",
"rayon",
"rnix",
"rowan",
"termion",
"tui",
"walkdir",
]
[[package]]
name = "alejandra_engine"
version = "0.3.1"
dependencies = [
"clap",
"rand",
"rnix",
"rowan",
]
[[package]]
name = "atty"
version = "0.2.14"