-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
38 lines (34 loc) · 1.1 KB
/
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
34
35
36
37
38
name = "SatelliteToolboxPropagators"
uuid = "c2b69894-ea78-4e2b-9ba6-cedbbc3d14d7"
license = "MIT"
desc = "Orbit propagators for the SatelliteToolbox.jl ecosystem."
authors = ["Ronan Arraes Jardim Chagas <[email protected]>"]
version = "1.0.0"
[deps]
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SatelliteToolboxBase = "9e17983a-0463-41a7-9a16-1682db6d8b66"
SatelliteToolboxSgp4 = "ba14ac17-bfc9-4710-a76f-b32930ef2339"
SatelliteToolboxTle = "7ff27aeb-5fff-4337-a9ee-a9fe6b7ed35e"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
Crayons = "4"
Dates = "1.10"
LinearAlgebra = "1.10"
PrecompileTools = "1"
Printf = "1.10"
Reexport = "1"
SatelliteToolboxBase = "1"
SatelliteToolboxSgp4 = "2.3"
SatelliteToolboxTle = "1"
StaticArrays = "1"
Test = "1.10"
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]