Skip to content

Commit 4357dec

Browse files
committed
Add carton plugin
1 parent 0b1a8e0 commit 4357dec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ let package = Package(
3434
packageDependencies.append(contentsOf: [
3535
.package(url: "https://github.com/swiftwasm/WebAPIKit.git", .upToNextMajor(from: "0.1.0")),
3636
.package(url: "https://github.com/swiftwasm/JavaScriptKit.git", .upToNextMajor(from: "0.16.0")),
37+
.package(url: "https://github.com/swiftwasm/carton", from: "1.0.0"),
3738
])
3839
#endif
3940

0 commit comments

Comments
 (0)