mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-07-16 14:03:28 +02:00
codename mycelium became lib-humus
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
use serde::{Deserialize,Serialize};
|
||||
|
||||
use lib_humus::HtmlTextJsonFormat;
|
||||
use lib_humus::HumusQuerySettings;
|
||||
|
||||
use std::sync::Arc;
|
||||
use crate::mycelium::HtmlTextJsonFormat;
|
||||
use crate::mycelium::MycQuerySettings;
|
||||
|
||||
/* Response format */
|
||||
|
||||
@ -25,7 +26,7 @@ pub struct Selectable {
|
||||
pub weight: i32,
|
||||
}
|
||||
|
||||
impl MycQuerySettings<ResponseFormat> for QuerySettings {
|
||||
impl HumusQuerySettings<ResponseFormat> for QuerySettings {
|
||||
|
||||
fn initalize_template_context(&self, context: &mut tera::Context) {
|
||||
context.insert("language", &self.lang);
|
||||
|
Reference in New Issue
Block a user