feat: 添加工具库

This commit is contained in:
2025-09-01 23:49:24 +08:00
parent 6e3e893dbc
commit 3f538cdc0b
7 changed files with 19 additions and 5 deletions

View File

@@ -5,4 +5,5 @@ edition = "2024"
[dependencies]
bollard = "0.19.2"
tokio.workspace = true
tokio.workspace = true
hutils.workspace = true

View File

@@ -1,5 +1,3 @@
mod test;
fn main() {
println!("Hello, world!");
}
fn main() {}