refactor: rename elm-quote crate to genco-extra

I want to add quoting rules for nginx config language. I decided it
would be better to group all the language definitions in the same crate.
This commit is contained in:
YetAnotherMinion 2022-04-15 04:29:44 +01:00 committed by nobody
commit c28ef728b5
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
3 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ home = "0.5"
# Required to transpile view functions to Rust
genco = "0.15"
# Required to generate fixture Elm files
elm-quote = { path = "../../../infra/rust-elm-quote" }
genco-extra = { path = "../../../infra/genco-extra" }
# All of these are required for deno's javascript runtime. We need to keep the