diff --git a/Package.swift b/Package.swift index e25681a..0fef594 100644 --- a/Package.swift +++ b/Package.swift @@ -27,7 +27,7 @@ let package = Package( // Targets can depend on other targets in this package, and on products in packages which this package depends on. .target( name: "Transmission", - dependencies: ["Chord"]), + dependencies: ["Chord", "Datable"]), .target( name: "TransmissionLinux", dependencies: ["Chord", "Socket"]),