diff --git a/Project.toml b/Project.toml new file mode 100644 index 0000000..ec48bd9 --- /dev/null +++ b/Project.toml @@ -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"]