From 69e311226ea251897264cdf0eddec7b26cec41be Mon Sep 17 00:00:00 2001 From: Jeff Baskin Date: Thu, 11 Aug 2022 07:30:22 -0400 Subject: [PATCH] Added field types back into application. --- src/morethantext/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/morethantext/mod.rs b/src/morethantext/mod.rs index 33d6dfd..a42e215 100644 --- a/src/morethantext/mod.rs +++ b/src/morethantext/mod.rs @@ -1,3 +1,4 @@ +pub mod fieldtype; pub mod error; use async_std::sync::{Arc, RwLock};