mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-14 20:35:56 +01:00
10 lines
130 B
Swift
10 lines
130 B
Swift
// swift-tools-version:5.2
|
|
|
|
import PackageDescription
|
|
|
|
let package = Package(
|
|
name: "Examples",
|
|
products: [],
|
|
targets: []
|
|
)
|