Skip to content

Commit

Permalink
Fix Test env
Browse files Browse the repository at this point in the history
  • Loading branch information
THinnerichs committed Jan 19, 2024
1 parent 90de94d commit cbd3c5f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,14 @@ name = "HerbSpecification"
uuid = "6d54aada-062f-46d8-85cf-a1ceaf058a06"
authors = ["Tilman Hinnerichs <[email protected]>"]
version = "0.1.0"

[deps]

[compat]
julia = "1.8"

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

[targets]
test = ["Test"]

0 comments on commit cbd3c5f

Please sign in to comment.