Merge branch 'feature/LCECryptoKit' of git/LCEssentials into main

approved
This commit is contained in:
Loverde Co - Git
2025-07-29 13:47:32 -03:00
committed by Gogs

View File

@@ -28,6 +28,6 @@ let package = Package(
targets: [ targets: [
.target( .target(
name: "LCEssentials", name: "LCEssentials",
dependencies: ["LCECryptoKitBinary"]), dependencies: [.product(name: "LCECryptoKit", package: "lcecryptokitbinary")]),
] ]
) )