Move additional files/tests to BitFoundation (#1102)

This commit is contained in:
Islam
2026-04-15 12:26:48 -05:00
committed by GitHub
parent 4cfcefcda6
commit c60eff2c11
46 changed files with 741 additions and 293 deletions
@@ -14,9 +14,15 @@ let package = Package(
targets: ["BitFoundation"]
)
],
dependencies: [
.package(path: "../BitLogger")
],
targets: [
.target(
name: "BitFoundation",
dependencies: [
.product(name: "BitLogger", package: "BitLogger"),
],
path: "Sources"
),
.testTarget(