diff --git a/Package.swift b/Package.swift index a97b7fe..c27328b 100644 --- a/Package.swift +++ b/Package.swift @@ -20,9 +20,11 @@ let package = Package( .library( name: "SwiftLibs", targets: [ + "Communications", "Coordination", "Core", - "Dependencies" + "Dependencies", + "Persistence" ] ), ],