chore: initial domain and infrastructure layers
Signed-off-by: Alan Brault <alan.brault@visus.io>
This commit is contained in:
@@ -5,6 +5,9 @@ import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "TempestasInfrastructure",
|
||||
platforms: [
|
||||
.macOS(.v14)
|
||||
],
|
||||
products: [
|
||||
// Products define the executables and libraries a package produces, making them visible to other packages.
|
||||
.library(
|
||||
@@ -19,7 +22,10 @@ let package = Package(
|
||||
// Targets are the basic building blocks of a package, defining a module or a test suite.
|
||||
// Targets can depend on other targets in this package and products from dependencies.
|
||||
.target(
|
||||
name: "TempestasInfrastructure"
|
||||
name: "TempestasInfrastructure",
|
||||
dependencies: [
|
||||
"TempestasDomain"
|
||||
]
|
||||
),
|
||||
.testTarget(
|
||||
name: "TempestasInfrastructureTests",
|
||||
|
||||
Reference in New Issue
Block a user