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:
parent
f8191db391
commit
c28ef728b5
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue