initial commit :3
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
// swift-tools-version: 6.2
|
||||
// The swift-tools-version declares the minimum version of Swift required to build this package.
|
||||
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "sonya",
|
||||
dependencies: [
|
||||
.package(path: "Sources/sonyalib"),
|
||||
],
|
||||
targets: [
|
||||
.executableTarget(
|
||||
name: "sonya",
|
||||
dependencies: [
|
||||
.product(name: "sonyalib", package: "sonyalib"),
|
||||
]
|
||||
),
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user