1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-31 04:27:45 +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,5 +1,5 @@
[dependencies]
alejandra = { "path" = "../." }
alejandra_engine = { "path" = "../src/alejandra_engine" }
console_error_panic_hook = "*"
getrandom = { version = "*", features = ["js"] }
wasm-bindgen = "*"
@ -12,6 +12,8 @@ crate-type = ["cdylib"]
authors = ["Kevin Amado <kamadorueda@gmail.com>"]
description = "The Uncompromising Nix Code Formatter"
edition = "2021"
name = "alejandra-front"
name = "alejandra_front"
repository = "https://github.com/kamadorueda/alejandra"
version = "0.3.1"
[workspace]