File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-16
lines changed
Original file line number Diff line number Diff line change @@ -14,26 +14,14 @@ let package = Package(
14
14
] ,
15
15
dependencies: [
16
16
// Dependencies declare other packages that this package depends on.
17
- // .package(url: /* package url */, from: "1.0.0"),
17
+ . package (
18
+ name: " Argon2 " ,
19
+ url: " https://github.com/P-H-C/phc-winner-argon2.git " , . branch( " master " )
20
+ )
18
21
] ,
19
22
targets: [
20
23
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
21
24
// Targets can depend on other targets in this package, and on products in packages this package depends on.
22
- . target(
23
- name: " Argon2 " ,
24
- dependencies: [ ] ,
25
- path: " Sources/Argon2 " ,
26
- exclude: [
27
- " Sources/Argon2/kats " ,
28
- " Sources/Argon2/vs2015 " ,
29
- " Sources/Argon2/src/blake2/blamka-round-opt.h " ,
30
- " Sources/Argon2/src/run.c " ,
31
- " Sources/Argon2/src/test.c " ,
32
- " Sources/Argon2/src/opt.c " ,
33
- " Sources/Argon2/src/bench.c " ,
34
- " Sources/Argon2/src/genkat.c " ,
35
- " Sources/Argon2/src/genkat.h "
36
- ] ) ,
37
25
. target(
38
26
name: " Argon2Swift " ,
39
27
dependencies: [ " Argon2 " ] ,
You can’t perform that action at this time.
0 commit comments