Skip to content

Commit

Permalink
Add AtomsBase & UnitfulLinearAlgebra to extras & targets in P…
Browse files Browse the repository at this point in the history
…roject.toml
  • Loading branch information
singularitti committed Oct 18, 2023
1 parent 4a7aa15 commit 59730d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ StructEquality = "1, 2"
julia = "1"

[extras]
AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a"
UnitfulLinearAlgebra = "c14bd059-d406-4571-8f61-9bd20e53c30b"

[targets]
test = ["Test", "Unitful", "UnitfulAtomic"]
test = ["Test", "AtomsBase", "Unitful", "UnitfulAtomic", "UnitfulLinearAlgebra"]

0 comments on commit 59730d4

Please sign in to comment.