Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
switch to Project.toml
  • Loading branch information
mileslucas committed Oct 11, 2019
1 parent d780281 commit 8e3d679
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 18 additions & 0 deletions Project.toml
@@ -0,0 +1,18 @@
name = "SkyCoords"
uuid = "fc659fc5-75a3-5475-a2ea-3da92c065361"

[deps]
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
StaticArrays = "≥ 0.8.0"
julia = "≥ 1.0.0"

[extras]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Statistics", "DelimitedFiles", "Test", "Printf"]
2 changes: 0 additions & 2 deletions REQUIRE

This file was deleted.

0 comments on commit 8e3d679

Please sign in to comment.