integrate docker and implement state tracking for server lifecycle management

This commit is contained in:
2026-02-02 17:00:32 +01:00
parent 84b56a163a
commit 753d9e1e64
10 changed files with 756 additions and 93 deletions

View File

@@ -9,3 +9,5 @@ tokio = { version = "1.49.0", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"
valence = "0.2.0-alpha.1+mc.1.20.1"
bollard = "0.20.1"
anyhow = "1.0.100"