Skip to content

Commit

Permalink
add Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Feb 20, 2019
1 parent 51d1744 commit f27744d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 15 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name = "Mixers"
uuid = "2a8e4939-dab8-5edc-8f64-72a8776f13de"
authors = ["Rafael Schouten <rafaelschouten@gmail.com>"]
version = "0.1.0"

[deps]
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"

[extras]
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Parameters", "Unitful", "Test"]
2 changes: 0 additions & 2 deletions test/REQUIRE

This file was deleted.

0 comments on commit f27744d

Please sign in to comment.