summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 52b0646..4ad7c39 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -7,6 +7,7 @@ pub mod db;
7pub use apis::*; 7pub use apis::*;
8pub use commands::*; 8pub use commands::*;
9 9
10#[derive(Debug)]
10pub enum Modloader { 11pub enum Modloader {
11 Fabric, 12 Fabric,
12 Forge 13 Forge