fix warnings

This commit is contained in:
2026-06-10 23:08:06 +02:00
parent fe5235a3ca
commit 3f840ea284
5 changed files with 12 additions and 10 deletions

View File

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