aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 8226852..07cd1c7 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,10 +1,11 @@
#![feature(lazy_cell)]
+mod http;
+
pub mod deserialize;
pub mod cache;
pub mod config;
pub mod ctx;
-pub mod font;
-pub use config::STATE;
+pub use config::CONFIG;
pub use ctx::ResponseCtx;