Disclaimer

This commit is contained in:
CenTdemeern1 2025-04-03 20:58:02 +02:00
parent 8211fd398b
commit 68a2c7bf82
2 changed files with 12 additions and 4 deletions

6
README.md Normal file
View 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

View file

@ -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)]