Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
maxvol authored Jun 24, 2019
1 parent ee67088 commit 9ddd3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
targets: [
.target(
name: "RaspSwift",
dependencies: [],
dependencies: ["RxSwift"],
path: "RaspSwift")
]
)

0 comments on commit 9ddd3e5

Please sign in to comment.