We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2d025 commit 2cb91c1Copy full SHA for 2cb91c1
modules/Package.swift
@@ -67,6 +67,7 @@ let package = Package(
67
.library(name: "ZcashSDKEnvironment", targets: ["ZcashSDKEnvironment"])
68
],
69
dependencies: [
70
+ .package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.3.0"),
71
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.9.2"),
72
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.3.2"),
73
.package(url: "https://github.com/pointfreeco/swift-url-routing", from: "0.6.0"),
0 commit comments