Skip to content

Commit

Permalink
Merge pull request #29 from zgornel/cc-projectdottoml
Browse files Browse the repository at this point in the history
Add Project.toml for julia v1.5+
  • Loading branch information
aviks authored Apr 7, 2020
2 parents 4031227 + 9abd956 commit 9d4c68a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name = "Languages"
uuid = "54686435-84b5-f32d-7e46-0ea67bb7e12b"
version = "0.4.2"

[deps]
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"

[compat]
julia = "1.0"

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

[targets]
test = ["Test"]

0 comments on commit 9d4c68a

Please sign in to comment.