feat: add http client
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-10 21:42:20 +01:00
parent efec76d28c
commit 8923c60d9e
6 changed files with 242 additions and 163 deletions

View File

@@ -18,6 +18,7 @@ impl Plan {
Ok(vec![
AptTask::new().into_task(),
PluginTask::new("alloy@0.1.0", self.store.clone()).into_task(),
PluginTask::new("dev_packages@0.1.0", self.store.clone()).into_task(),
])
}
}