We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05430a6 commit 248ffbfCopy full SHA for 248ffbf
Package.swift
@@ -18,8 +18,6 @@ let package = Package(
18
dependencies: [
19
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "1.0.0-alpha.1"),
20
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "0.1.0"),
21
- .package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
22
- .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.0"),
23
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.11.2"),
24
],
25
targets: [
0 commit comments