aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-core/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart-core/src/lib.rs')
-rw-r--r--crates/mozart-core/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/mozart-core/src/lib.rs b/crates/mozart-core/src/lib.rs
index b02e5a3..aef7af3 100644
--- a/crates/mozart-core/src/lib.rs
+++ b/crates/mozart-core/src/lib.rs
@@ -1,5 +1,6 @@
pub mod console;
pub mod exit_code;
+pub mod http;
pub mod package;
pub mod platform;
pub mod suggest;