Skip to content

Commit

Permalink
Make substrataquickjs package visible.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed May 24, 2024
1 parent 14eb2b5 commit dd1d8e5
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 @@ -15,6 +15,9 @@ let package = Package(
.library(
name: "Substrata",
targets: ["Substrata"]),
.library(
name: "SubstrataQuickJS",
targets: ["SubstrataQuickJS"]),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down

0 comments on commit dd1d8e5

Please sign in to comment.