nix disable check phase, fix incomplete/failed write in proxy mode, add FML support, rename executable to dmm, image tag specific to servers, config folder from env,

This commit is contained in:
2026-06-11 15:22:29 +02:00
parent 3f840ea284
commit 887a228cf2
11 changed files with 114 additions and 36 deletions

View File

@ -1,11 +1,11 @@
[package]
name = "dockermcmgr"
version = "0.0.2"
version = "0.0.3"
edition = "2024"
#[[bin]]
#name = "dmm"
#path = "src/main.rs"
[[bin]]
name = "dmm"
path = "src/main.rs"
[dependencies]
async-std = "1.13.2"