1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-29 19:47:45 +00:00
alejandra/front/Cargo.toml
2025-04-10 16:29:41 -06:00

23 lines
477 B
TOML

[dependencies]
alejandra = { "path" = "../src/alejandra" }
console_error_panic_hook = "*"
wasm-bindgen = "*"
[lib]
crate-type = ["cdylib"]
[package]
authors = ["Kevin Amado <kamadorueda@gmail.com>"]
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]