Update README.md
This commit is contained in:
@@ -49,7 +49,7 @@ In the scope of this project AI is currently only being used to standardize comm
|
||||
---
|
||||
|
||||
<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).
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user