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

feat: rename alejandra_engine to alejandra

This commit is contained in:
Kevin Amado 2022-06-23 12:34:08 -06:00
parent bd7ca846d5
commit bc32bd59e0
90 changed files with 41 additions and 41 deletions

4
front/Cargo.lock generated
View file

@ -3,7 +3,7 @@
version = 3
[[package]]
name = "alejandra_engine"
name = "alejandra"
version = "1.5.0"
dependencies = [
"mimalloc",
@ -15,7 +15,7 @@ dependencies = [
name = "alejandra_front"
version = "1.5.0"
dependencies = [
"alejandra_engine",
"alejandra",
"console_error_panic_hook",
"wasm-bindgen",
"wee_alloc",