mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
10 lines
141 B
Swift
10 lines
141 B
Swift
import PackageDescription
|
|
|
|
let package = Package(
|
|
name: "SWCompression",
|
|
exclude: [
|
|
"Sources/Service/",
|
|
"Tests/"
|
|
]
|
|
)
|