mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
refactor: organize project
This commit is contained in:
parent
4cdee48ddf
commit
555d890b3b
101 changed files with 1114 additions and 221 deletions
21
Cargo.toml
21
Cargo.toml
|
@ -1,19 +1,2 @@
|
|||
[dependencies]
|
||||
atty = "*"
|
||||
clap = { version = "*", features = ["cargo"] }
|
||||
indoc = "*"
|
||||
rand = "*"
|
||||
rayon = "*"
|
||||
rnix = "*"
|
||||
termion = "*"
|
||||
tui = { version = "*", default-features = false, features = ["termion"] }
|
||||
rowan = "0.12.6" # follows rnix
|
||||
walkdir = "*"
|
||||
|
||||
[package]
|
||||
authors = ["Kevin Amado <kamadorueda@gmail.com>"]
|
||||
description = "The Uncompromising Nix Code Formatter"
|
||||
edition = "2021"
|
||||
name = "alejandra"
|
||||
repository = "https://github.com/kamadorueda/alejandra"
|
||||
version = "0.3.1"
|
||||
[workspace]
|
||||
members = ["src/*"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue