Unary Operations

This commit is contained in:
Trevor Maze
2026-01-29 09:56:27 -05:00
parent e1548a9ff0
commit ebd466119e
2 changed files with 34 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ import PackageDescription
let package = Package(
name: "rxcc",
platforms: [
.macOS(.v13)
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
// Targets can depend on other targets in this package and products from dependencies.