defined punchnet
This commit is contained in:
parent
ba09f38c40
commit
2880b313d7
@ -12,8 +12,8 @@ let package = Package(
|
|||||||
products: [
|
products: [
|
||||||
// Products define the executables and libraries a package produces, making them visible to other packages.
|
// Products define the executables and libraries a package produces, making them visible to other packages.
|
||||||
.library(
|
.library(
|
||||||
name: "sdlan",
|
name: "Punchnet",
|
||||||
targets: ["sdlan"]),
|
targets: ["Punchnet"]),
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "https://github.com/apple/swift-nio.git", from: "2.84.0"),
|
.package(url: "https://github.com/apple/swift-nio.git", from: "2.84.0"),
|
||||||
@ -24,7 +24,7 @@ let package = Package(
|
|||||||
// Targets are the basic building blocks of a package, defining a module or a test suite.
|
// 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.
|
// Targets can depend on other targets in this package and products from dependencies.
|
||||||
.target(
|
.target(
|
||||||
name: "sdlan",
|
name: "Punchnet",
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.product(name: "NIOCore", package: "swift-nio"),
|
.product(name: "NIOCore", package: "swift-nio"),
|
||||||
.product(name: "NIOPosix", package: "swift-nio"),
|
.product(name: "NIOPosix", package: "swift-nio"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user