@@ -9,13 +9,14 @@ let package = Package(
9
9
] ,
10
10
dependencies: [
11
11
. package ( url: " https://github.com/apple/swift-argument-parser.git " , from: " 1.4.0 " ) ,
12
+ . package ( url: " https://github.com/errorerrorerror/swift-cascadia " , revision: " a13dfd0a3818c8f9368bbd4aeb3c6607f68838bd " ) ,
13
+ . package ( url: " https://github.com/errorerrorerror/swift-web.git " , exact: " 0.0.4 " ) ,
12
14
. package ( url: " https://github.com/hummingbird-project/hummingbird.git " , exact: " 2.5.0 " ) ,
15
+ . package ( url: " https://github.com/pointfreeco/swift-case-paths.git " , from: " 1.0.0 " ) ,
16
+ . package ( url: " https://github.com/pointfreeco/swift-url-routing.git " , from: " 0.6.2 " ) ,
17
+ . package ( url: " https://github.com/pointfreeco/swift-dependencies.git " , from: " 1.6.2 " ) ,
13
18
. package ( url: " https://github.com/sliemeobn/elementary.git " , exact: " 0.4.3 " ) ,
14
- . package ( url: " https://github.com/pointfreeco/swift-url-routing.git " , exact: " 0.6.2 " ) ,
15
- . package ( url: " https://github.com/pointfreeco/swift-dependencies.git " , exact: " 1.6.2 " ) ,
16
- . package ( url: " https://github.com/swiftlang/swift-markdown.git " , revision: " e62a44fd1f2764ba8807db3b6f257627449bbb8c " ) ,
17
- . package ( url: " https://github.com/errorerrorerror/swift-cascadia " , revision: " a13dfd0a3818c8f9368bbd4aeb3c6607f68838bd " ) ,
18
- . package ( url: " https://github.com/errorerrorerror/swift-web.git " , exact: " 0.0.4 " )
19
+ . package ( url: " https://github.com/swiftlang/swift-markdown.git " , revision: " e62a44fd1f2764ba8807db3b6f257627449bbb8c " )
19
20
] ,
20
21
targets: [
21
22
. target(
@@ -49,7 +50,8 @@ let package = Package(
49
50
. product( name: " Hummingbird " , package : " hummingbird " ) ,
50
51
. product( name: " HummingbirdRouter " , package : " hummingbird " ) ,
51
52
. product( name: " URLRouting " , package : " swift-url-routing " ) ,
52
- . product( name: " HummingbirdURLRouting " , package : " swift-web " )
53
+ . product( name: " HummingbirdURLRouting " , package : " swift-web " ) ,
54
+ . product( name: " CasePaths " , package : " swift-case-paths " )
53
55
]
54
56
) ,
55
57
. target(
0 commit comments