Skip to content

Commit

Permalink
Allow for use in other Packages (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
spprichard committed Aug 19, 2024
1 parent 26ed148 commit 138e790
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ let package = Package(
name: "SQLiteVecCLI",
targets: ["SQLiteVecCLI"]
),
.library(
name: "SQLiteVec",
targets: ["SQLiteVec"]
),
.library(
name: "CSQLiteVec",
targets: ["CSQLiteVec"]
),
],
targets: [
.executableTarget(
Expand Down

0 comments on commit 138e790

Please sign in to comment.