From 50870be2d3cfa3c1183ccbf84836379229b97684 Mon Sep 17 00:00:00 2001 From: tahahawa Date: Wed, 9 Jul 2025 00:13:06 -0400 Subject: [PATCH] add deps --- Cargo.toml | 2 ++ harmony/Cargo.toml | 1 + 2 files changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index da7f713..22645f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,3 +54,5 @@ similar = "2" uuid = { version = "1.11", features = ["v4", "fast-rng", "macro-diagnostics"] } pretty_assertions = "1.4.1" bollard = "0.19.1" +base64 = "0.22.1" +tar = "0.4.44" diff --git a/harmony/Cargo.toml b/harmony/Cargo.toml index 2ffdd04..53ad8c7 100644 --- a/harmony/Cargo.toml +++ b/harmony/Cargo.toml @@ -60,6 +60,7 @@ strum = { version = "0.27.1", features = ["derive"] } tempfile = "3.20.0" serde_with = "3.14.0" bollard.workspace = true +tar.workspace = true [dev-dependencies] pretty_assertions.workspace = true