From 78b6215ffbd51c4673094b9e70722c0e91c9cc88 Mon Sep 17 00:00:00 2001 From: Hector van der Aa Date: Fri, 5 Dec 2025 00:42:28 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- src/backend/Cargo.toml | 1 + src/backend/src/main.rs | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1deb5c5..0b072b4 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ In the scope of this project AI is currently only being used to standardize comm ---
-PolyForm Noncommercial License • H3cx +PolyForm Noncommercial License • h3cx Built on coffee, late nights, and a fully up-to-date Arch install (btw).
diff --git a/src/backend/Cargo.toml b/src/backend/Cargo.toml index 933a4e2..c2a8b15 100644 --- a/src/backend/Cargo.toml +++ b/src/backend/Cargo.toml @@ -24,6 +24,7 @@ tracing = { version = "0.1.43", features = ["max_level_debug"] } tracing-subscriber = "0.3.22" uuid = { version = "1.18.1", features = ["v4", "serde"] } validator = { version = "0.20.0", features = ["derive"] } +mineguard = {path = "../../../MineGuard/"} [build-dependencies] chrono = "0.4.42" diff --git a/src/backend/src/main.rs b/src/backend/src/main.rs index 7e8a361..1fbae79 100644 --- a/src/backend/src/main.rs +++ b/src/backend/src/main.rs @@ -2,6 +2,7 @@ use std::{collections::HashMap, sync::Arc}; use anyhow::{Ok, Result}; use axum::http::Method; +use mineguard::instance::InstanceHandle; use rustymine_daemon::{ config::AppCfg, domain::user_prems::UserActions,