Disclaimer
This commit is contained in:
parent
8211fd398b
commit
68a2c7bf82
2 changed files with 12 additions and 4 deletions
6
README.md
Normal file
6
README.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# WrenchMaze
|
||||
|
||||
A modded Minecraft server manager for Modrinth .mrpack files
|
||||
|
||||
Currently still in the rapid development stage so don't expect anything to work
|
||||
yet
|
|
@ -1,10 +1,12 @@
|
|||
use serde::Deserialize;
|
||||
use yansi::Paint;
|
||||
|
||||
use super::download::download_or_error;
|
||||
use crate::prompt_theme::{
|
||||
error_handling::{expect_error, expect_none},
|
||||
info, success,
|
||||
use crate::{
|
||||
net::download::download_or_error,
|
||||
prompt_theme::{
|
||||
error_handling::{expect_error, expect_none},
|
||||
info, success,
|
||||
},
|
||||
};
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue