1 // swift-tools-version:5.0
3 import PackageDescription
8 /// 🔡 Tools for working with HTML entities
9 .package(url: "https://github.com/IBM-Swift/swift-html-entities.git", from: "3.0.11"),
11 /// 🚩 Command Line Arguments
12 .package(url: "https://github.com/Subito-it/Bariloche", from: "1.0.4")
17 dependencies: ["HTMLEntities", "Bariloche"])