Update README.md

This commit is contained in:
2025-12-05 00:42:28 +01:00
parent ca5b5bfa96
commit 78b6215ffb
3 changed files with 3 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ In the scope of this project AI is currently only being used to standardize comm
--- ---
<div align="center"> <div align="center">
<a href="./LICENSE">PolyForm Noncommercial License</a> • H3cx <a href="./LICENSE">PolyForm Noncommercial License</a> • h3cx
Built on coffee, late nights, and a fully up-to-date Arch install (btw). Built on coffee, late nights, and a fully up-to-date Arch install (btw).
</div> </div>

View File

@@ -24,6 +24,7 @@ tracing = { version = "0.1.43", features = ["max_level_debug"] }
tracing-subscriber = "0.3.22" tracing-subscriber = "0.3.22"
uuid = { version = "1.18.1", features = ["v4", "serde"] } uuid = { version = "1.18.1", features = ["v4", "serde"] }
validator = { version = "0.20.0", features = ["derive"] } validator = { version = "0.20.0", features = ["derive"] }
mineguard = {path = "../../../MineGuard/"}
[build-dependencies] [build-dependencies]
chrono = "0.4.42" chrono = "0.4.42"

View File

@@ -2,6 +2,7 @@ use std::{collections::HashMap, sync::Arc};
use anyhow::{Ok, Result}; use anyhow::{Ok, Result};
use axum::http::Method; use axum::http::Method;
use mineguard::instance::InstanceHandle;
use rustymine_daemon::{ use rustymine_daemon::{
config::AppCfg, config::AppCfg,
domain::user_prems::UserActions, domain::user_prems::UserActions,