Skip to content

Commit

Permalink
Merge pull request #7 from JuliaDiffEq/myb/project
Browse files Browse the repository at this point in the history
Add Project.toml
  • Loading branch information
ChrisRackauckas authored Nov 21, 2019
2 parents b2066ca + 8c59a0e commit 3091d5c
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 = "PoissonRandom"
uuid = "e409e4f3-bfea-5376-8464-e040bb5c01ab"

[deps]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
julia = "1"

[extras]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Statistics", "Test", "Distributions"]

0 comments on commit 3091d5c

Please sign in to comment.