Skip to content

Commit

Permalink
Make CyanUtils available as a standalone library
Browse files Browse the repository at this point in the history
  • Loading branch information
unixzii authored and ktiays committed Mar 28, 2024
1 parent 5d76f50 commit 2563a68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ let package = Package(
.library(
name: "CyanKit",
targets: ["CyanKit"]),
.library(
name: "CyanUtils",
targets: ["CyanUtils"]),
],
targets: [
.target(name: "CyanExtensions"),
Expand Down

0 comments on commit 2563a68

Please sign in to comment.