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">
|
<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>
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user