Skip to content

Commit 368ee28

Browse files
committed
add Project.toml
1 parent 02f1dee commit 368ee28

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Project.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name = "NaNMath"
2+
uuid = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
3+
authors = ["Miles Lubin"]
4+
version = "0.3.3"
5+
6+
[deps]
7+
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
8+
9+
[compat]
10+
julia = "0.6, 0.7, 1"
11+
Compat = "0.47, 1, 2, 3"
12+
13+
[extras]
14+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
15+
16+
[targets]
17+
test = ["Test"]

0 commit comments

Comments
 (0)