-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
25 lines (21 loc) · 783 Bytes
/
Project.toml
File metadata and controls
25 lines (21 loc) · 783 Bytes
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
name = "AstrodynamicsEdu"
uuid = "3247b8c5-b971-43fd-8426-1930083d9f17"
authors = ["Alicia Sanjurjo <100428537@alumnos.uc3m.es>"]
version = "0.1.1"
[compat]
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[deps]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
RemoteFiles = "cbe49d4c-5af1-5b60-bb70-0a60aa018e1b"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
[targets]
test = ["Test"]