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

View file

@ -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/*"]