-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathProject.toml
33 lines (29 loc) · 921 Bytes
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name = "AstroTime"
uuid = "c61b5328-d09d-5e37-a9a8-0eb41c39009c"
version = "0.4.0"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
EarthOrientation = "732a3c5d-d6c0-58bc-adb1-1b51709a25e2"
ItemGraphs = "d5eda45b-7e79-5788-9687-2c6ab7b96158"
LeapSeconds = "2f5f767c-a11e-5269-a972-637d4b97c32d"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
ERFA = "^0.4"
EarthOrientation = "^0.6"
ItemGraphs = "^0.4"
LeapSeconds = "^1.1"
MacroTools = "^0.5"
Measurements = "^2.2"
MuladdMacro = "^0.2"
Reexport = "^0.2"
SPICE = "^0.1.1"
julia = "^1"
[extras]
ERFA = "17511681-8477-586a-8d98-4cfd5a1f2ec3"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
SPICE = "5bab7191-041a-5c2e-a744-024b9c3a5062"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "ERFA", "Measurements", "SPICE"]