Project setup (#1)
This PR contains the work done to setup the project: * Added the `hummingbird` and the `swift-dock-plugin` package dependencies to the `Package` file; * Added the `Makefile` file with relevant tasks plus its related `.env` file; * Added the `CONTRIBUTORS` and `LICENSE` files; * Added the `README` file; * Updated the `.gitignore` file. Reviewed-on: rock-n-code/hummingbird-docc-middleware#1 Co-authored-by: Javier Cicchelli <javier@rock-n-code.com> Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
This commit was merged in pull request #1.
This commit is contained in:
+2
-1
@@ -18,7 +18,8 @@ let package = Package(
|
||||
),
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0")
|
||||
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0"),
|
||||
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.1.0"),
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
|
||||
Reference in New Issue
Block a user