Added SkelpoMiddleware product library
This commit is contained in:
parent
e7cdfd173b
commit
d7e4f3aafb
|
@ -5,6 +5,7 @@ let package = Package(
|
|||
products: [
|
||||
.library(name: "APIMiddleware", targets: ["APIMiddleware"]),
|
||||
.library(name: "AuthMiddleware", targets: ["AuthMiddleware"]),
|
||||
.library(name: "SkelpoMiddleware", targets: ["AuthMiddleware", "APIMiddleware"]),
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "2.1.0")),
|
||||
|
|
Loading…
Reference in New Issue