-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
32 lines (28 loc) · 900 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
name = "SatelliteToolboxBase"
uuid = "9e17983a-0463-41a7-9a16-1682db6d8b66"
license = "MIT"
desc = "Base constants, functions, and types 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"
ReferenceFrameRotations = "74f56ac7-18b3-5285-802d-d4bd4f104033"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
Crayons = "4"
Dates = "1.10"
LinearAlgebra = "1.10"
PrecompileTools = "1"
Printf = "1.10"
ReferenceFrameRotations = "3"
StaticArrays = "1"
Test = "1.10"
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]