Skip to content

Commit

Permalink
Merge pull request #32 from rafaqz/master
Browse files Browse the repository at this point in the history
add Project.toml
  • Loading branch information
mlubin authored Nov 20, 2019
2 parents a6dbfd5 + 368ee28 commit 2e4e110
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name = "NaNMath"
uuid = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
authors = ["Miles Lubin"]
version = "0.3.3"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

[compat]
julia = "0.6, 0.7, 1"
Compat = "0.47, 1, 2, 3"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

0 comments on commit 2e4e110

Please sign in to comment.