feat: Uses curl to download toml config to allow for pre-built binaries.
Some checks failed
CI / Run Tests (push) Failing after 2m44s

This commit is contained in:
2024-12-17 19:03:16 -05:00
parent fb246df01a
commit 9b99b35436
4 changed files with 20 additions and 12 deletions

View File

@@ -70,6 +70,7 @@ let package = Package(
name: "ConfigurationClient",
dependencies: [
"CodersClient",
"CommandClient",
"FileClient",
.product(name: "Dependencies", package: "swift-dependencies"),
.product(name: "DependenciesMacros", package: "swift-dependencies"),