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 0b1a8e0 commit 4357decCopy full SHA for 4357dec
Package.swift
@@ -34,6 +34,7 @@ let package = Package(
34
packageDependencies.append(contentsOf: [
35
.package(url: "https://github.com/swiftwasm/WebAPIKit.git", .upToNextMajor(from: "0.1.0")),
36
.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"),
38
])
39
#endif
40
0 commit comments