Skip to content

Commit d841b78

Browse files
authored
add to project.toml
1 parent 699263b commit d841b78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ version = "0.5.1"
44

55
[extras]
66
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
7+
IntegerMathUtils = "18e54dd8-cb9d-406c-a71d-865a43cbb235"
78
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
89

910
[targets]
10-
test = ["DataStructures", "Test"]
11+
test = ["DataStructures", , "IntegerMathUtils", "Test"]
1112

1213
[compat]
1314
DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17"
15+
IntegerMathUtils = "0.1"
1416
julia = "1"

0 commit comments

Comments
 (0)