server: move tantivy code to separate mod

This commit is contained in:
2024-09-22 10:26:45 -07:00
parent d1604f8e70
commit 3c8d7d4f81
3 changed files with 123 additions and 123 deletions

View File

@@ -3,6 +3,7 @@ pub mod error;
pub mod graphql;
pub mod newsreader;
pub mod nm;
pub mod tantivy;
use std::{collections::HashMap, convert::Infallible, str::FromStr, sync::Arc};