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

@ -1,5 +1,5 @@
use crate::exec::astrid_pages::OutputType;
use elm_quote::Tokens;
use genco_extra::elm::Tokens;
use genco::tokens::quoted;
use serde::{Deserialize, Serialize};

View file

@ -1,4 +1,4 @@
use elm_quote::Tokens;
use genco_extra::elm::Tokens;
pub(crate) fn generate(source_checksum: u64, entrypoint: &elmi::Global) -> (String, String) {
let tokens: Tokens = genco::quote! {