Skip to content
17 changes: 4 additions & 13 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ uuid = "8068df5b-8501-4530-bd82-d24d3c9619db"
authors = ["Joey Carpinelli <joey@loopy.codes>"]
version = "0.11.0"

[workspace]
projects = ["docs", "test", "lib/AstrodynamicalCalculations", "lib/AstrodynamicalModels", "lib/AstrodynamicalSolvers"]

[deps]
AstrodynamicalCalculations = "c0cf9fb7-f496-4999-a425-c50785d1b88b"
AstrodynamicalModels = "4282b555-f590-4262-b575-3e516e1493a7"
Expand All @@ -12,11 +15,6 @@ EphemerisSources = "858900df-f7ae-402a-aa8c-3e4ef85aa271"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SPICE = "5bab7191-041a-5c2e-a744-024b9c3a5062"

[sources]
AstrodynamicalCalculations = {path="lib/AstrodynamicalCalculations"}
AstrodynamicalModels = {path="lib/AstrodynamicalModels"}
AstrodynamicalSolvers = {path="lib/AstrodynamicalSolvers"}

[compat]
AstrodynamicalCalculations = "0.5, 1"
AstrodynamicalModels = "3.4"
Expand All @@ -25,11 +23,4 @@ DocStringExtensions = "0.9"
EphemerisSources = "1.0.0"
Reexport = "1.2"
SPICE = "0.2"
julia = "1.7"

[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Pkg"]
julia = "1.10"
11 changes: 4 additions & 7 deletions lib/AstrodynamicalCalculations/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ uuid = "c0cf9fb7-f496-4999-a425-c50785d1b88b"
authors = ["Joey Carpinelli <joey@loopy.codes>"]
version = "1.0.0"

[workspace]
projects = ["docs", "test"]

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -15,10 +18,4 @@ DocStringExtensions = "0.9"
Reexport = "1.2"
StaticArrays = "1.6"
Roots = "2.0"
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
julia = "1.10"
Loading
Loading