Skip to content

Commit ada8519

Browse files
authored
add Project.toml
1 parent cc5d994 commit ada8519

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Project.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name = "IntegerMathUtils"
2+
uuid = "18e54dd8-cb9d-406c-a71d-865a43cbb235"
3+
version = "0.1.0"
4+
5+
[extras]
6+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
7+
8+
[targets]
9+
test = ["Test"]
10+
11+
[compat]
12+
julia = "1"

0 commit comments

Comments
 (0)