Skip to content

Commit c3d83ec

Browse files
committed
Add ConsoleKit
1 parent d93260d commit c3d83ec

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Package.resolved

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ let package = Package(
1818
.package(url: "https://github.com/jkmassel/kcpassword-swift.git", from: "1.0.0"),
1919
.package(url: "https://github.com/swiftpackages/DotEnv.git", from: "3.0.0"),
2020
.package(url: "https://github.com/apple/swift-tools-support-core", from: "0.2.5"),
21-
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.6.1"))
21+
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.6.1")),
22+
.package(url: "https://github.com/vapor/console-kit.git", .upToNextMajor(from: "4.5.0")),
2223
],
2324
targets: [
2425
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -41,6 +42,7 @@ let package = Package(
4142
.product(name: "SotoS3", package: "soto"),
4243
.product(name: "TSCBasic", package: "swift-tools-support-core"),
4344
.product(name: "Alamofire", package: "Alamofire"),
45+
.product(name: "ConsoleKit", package: "console-kit"),
4446
]
4547
),
4648
.testTarget(

0 commit comments

Comments
 (0)