Skip to content

Commit

Permalink
Add Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlapeyre committed Jan 27, 2020
1 parent 41f4964 commit 260f1ac
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name = "MittagLeffler"
uuid = "9c257583-4f8f-53fd-abd9-c69d5080dd54"
version = "0.2.0"
license= "MIT"

[deps]
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

[compat]
SpecialFunctions = "0.7, 0.10"
QuadGK = "2"
julia = "1"

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

[targets]
test = ["Test"]

0 comments on commit 260f1ac

Please sign in to comment.