diff --git a/Package.swift b/Package.swift index f063588..7404276 100644 --- a/Package.swift +++ b/Package.swift @@ -12,8 +12,8 @@ let package = Package( products: [ // Products define the executables and libraries a package produces, making them visible to other packages. .library( - name: "sdlan", - targets: ["sdlan"]), + name: "Punchnet", + targets: ["Punchnet"]), ], dependencies: [ .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 can depend on other targets in this package and products from dependencies. .target( - name: "sdlan", + name: "Punchnet", dependencies: [ .product(name: "NIOCore", package: "swift-nio"), .product(name: "NIOPosix", package: "swift-nio"),