Skip to content

Commit bb277a3

Browse files
committed
hm
1 parent d03909b commit bb277a3

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ var package = Package(
1717
dependencies: [
1818
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
1919
.package(url: "https://github.com/apple/swift-http-types.git", from: "1.0.0"),
20+
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.4.0"),
2021
],
2122
targets: [
2223
.target(
@@ -25,6 +26,7 @@ var package = Package(
2526
.product(name: "Logging", package: "swift-log"),
2627
.product(name: "HTTPTypes", package: "swift-http-types"),
2728
.product(name: "HTTPTypesFoundation", package: "swift-http-types"),
29+
.product(name: "Metrics", package: "swift-metrics")
2830
]
2931
),
3032
.testTarget(

Package@swift-5.9.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ var package = Package(
1818
dependencies: [
1919
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
2020
.package(url: "https://github.com/apple/swift-http-types.git", from: "1.0.0"),
21+
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.4.0"),
2122
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0" ..< "601.0.0-prerelease"),
2223
],
2324
targets: [
@@ -28,6 +29,7 @@ var package = Package(
2829
.product(name: "Logging", package: "swift-log"),
2930
.product(name: "HTTPTypes", package: "swift-http-types"),
3031
.product(name: "HTTPTypesFoundation", package: "swift-http-types"),
32+
.product(name: "Metrics", package: "swift-metrics")
3133
]
3234
),
3335
.testTarget(

0 commit comments

Comments
 (0)