Skip to content

Commit 1a9f086

Browse files
committed
Add SwiftMetrics Dependency
This will eventually support issue #40
1 parent d9d61ba commit 1a9f086

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ let package = Package(
2222
],
2323
dependencies: [
2424
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
25+
.package(url: "https://github.com/apple/swift-metrics.git", from: "1.0.0"),
2526
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0")
2627
],
2728
targets: [
28-
.target(name: "NIORedis", dependencies: ["NIO", "Logging"]),
29+
.target(name: "NIORedis", dependencies: ["NIO", "Logging", "Metrics"]),
2930
.testTarget(name: "NIORedisTests", dependencies: ["NIORedis", "NIO"])
3031
]
3132
)

0 commit comments

Comments
 (0)