mirror of
https://github.com/yJason/ClashX-Dashboard.git
synced 2026-02-04 18:12:27 +08:00
10 lines
136 B
Swift
10 lines
136 B
Swift
// swift-tools-version:5.4
|
|
|
|
import PackageDescription
|
|
|
|
let package = Package(
|
|
name: "Examples",
|
|
products: [],
|
|
targets: []
|
|
)
|