diff options
author | fxqnlr <[email protected]> | 2022-11-01 23:00:45 +0100 |
---|---|---|
committer | fxqnlr <[email protected]> | 2022-11-01 23:00:45 +0100 |
commit | b125dfd03084fff47ab8e90d002c6699b762d998 (patch) | |
tree | 151677fb5e88105c06e1072c2fa309f55afaba36 /src/lib.rs | |
parent | d38f09a247b8bf1ed328c342f84b74581905317d (diff) | |
download | modlist-b125dfd03084fff47ab8e90d002c6699b762d998.tar modlist-b125dfd03084fff47ab8e90d002c6699b762d998.tar.gz modlist-b125dfd03084fff47ab8e90d002c6699b762d998.zip |
added list stuff + beginnings of mods
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ pub mod db; | |||
7 | pub use apis::*; | 7 | pub use apis::*; |
8 | pub use commands::*; | 8 | pub use commands::*; |
9 | 9 | ||
10 | #[derive(Debug)] | ||
10 | pub enum Modloader { | 11 | pub enum Modloader { |
11 | Fabric, | 12 | Fabric, |
12 | Forge | 13 | Forge |