Skip to content

Commit

Permalink
Add YAML extra
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Jul 1, 2024
1 parent 91e2450 commit f7ae859
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ julia = "1.6"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"

[targets]
test = ["Test", "Aqua"]
test = ["Test", "Aqua", "LinearAlgebra", "StyledStrings", "YAML"]

0 comments on commit f7ae859

Please sign in to comment.