1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-31 04:27:45 +00:00

feat: add wasm site

This commit is contained in:
Kevin Amado 2022-02-13 11:33:17 -05:00
parent bfda2490bc
commit 7b7e5c8c67
No known key found for this signature in database
GPG key ID: FFF341057F503148
14 changed files with 9518 additions and 1 deletions

17
front/Cargo.toml Normal file
View file

@ -0,0 +1,17 @@
[dependencies]
alejandra = { "path" = "../." }
console_error_panic_hook = "*"
getrandom = { version = "*", features = ["js"] }
wasm-bindgen = "*"
wee_alloc = "*"
[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 = "0.0.0"