mirror of
https://github.com/apple/swift-nio-extras.git
synced 2025-05-15 01:18:58 +08:00
stop publishing the executable products
This commit is contained in:
parent
b8e150416a
commit
04196f718d
@ -34,10 +34,6 @@ var targets: [PackageDescription.Target] = [
|
||||
let package = Package(
|
||||
name: "swift-nio-extras",
|
||||
products: [
|
||||
.executable(name: "HTTPServerWithQuiescingDemo", targets: ["HTTPServerWithQuiescingDemo"]),
|
||||
.executable(name: "NIOWritePCAPDemo", targets: ["NIOWritePCAPDemo"]),
|
||||
.executable(name: "NIOWritePartialPCAPDemo", targets: ["NIOWritePartialPCAPDemo"]),
|
||||
.executable(name: "NIOExtrasPerformanceTester", targets: ["NIOExtrasPerformanceTester"]),
|
||||
.library(name: "NIOExtras", targets: ["NIOExtras"]),
|
||||
.library(name: "NIOHTTPCompression", targets: ["NIOHTTPCompression"]),
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user