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:
parent
bfda2490bc
commit
7b7e5c8c67
14 changed files with 9518 additions and 1 deletions
17
front/Cargo.toml
Normal file
17
front/Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue