8000 Add an example on how to depend on SwiftSyntax with SwiftPM 5.2 · swiftlang/swift-syntax@7591465 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7591465

Browse files
ahoppenakyrtzi
authored andcommitted
Add an example on how to depend on SwiftSyntax with SwiftPM 5.2
1 parent ff07d74 commit 7591465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import PackageDescription
2222
let package = Package(
2323
name: "MyTool",
2424
dependencies: [
25-
.package(url: "https://github.com/apple/swift-syntax.git", .exact("<#Specify Release tag#>")),
25+
.package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", .exact("<#Specify Release tag#>")),
2626
],
2727
targets: [
2828
.target(name: "MyTool", dependencies: ["SwiftSyntax"]),

0 commit comments

Comments
 (0)
0