[dependencies] alejandra = { "path" = "../src/alejandra" } console_error_panic_hook = "*" wasm-bindgen = "*" [lib] crate-type = ["cdylib"] [package] authors = ["Kevin Amado "] description = "The Uncompromising Nix Code Formatter" edition = "2021" name = "alejandra_front" repository = "https://github.com/kamadorueda/alejandra" version = "4.0.0" [package.metadata.wasm-pack.profile.release] wasm-opt = false [profile.release] lto = true [workspace]