Skip to content

Commit

Permalink
add Project.toml (#424)
Browse files Browse the repository at this point in the history
* add Project.toml

* New minor version number
  • Loading branch information
Evizero authored and oxinabox committed Sep 11, 2018
1 parent 1cb2535 commit bdd7aa0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name = "DataStructures"
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
version = "0.12.0"

[deps]
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"

[targets]
test = ["Test", "Primes", "Random", "Serialization"]

0 comments on commit bdd7aa0

Please sign in to comment.