We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7553740 commit ccbb859Copy full SHA for ccbb859
Package.swift
@@ -25,8 +25,8 @@ let package = Package(
25
),
26
],
27
dependencies: [
28
- .package(path: "../swift-rfc-2822"),
29
- .package(path: "../swift-rfc-3987")
+ .package(url: "https://github.com/swift-standards/swift-rfc-2822.git", from: "0.1.0"),
+ .package(url: "https://github.com/swift-standards/swift-rfc-3987.git", from: "0.1.0")
30
31
targets: [
32
.target(
0 commit comments