Skip to content

Commit 260f1ac

Browse files
committed
Add Project.toml
1 parent 41f4964 commit 260f1ac

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Project.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name = "MittagLeffler"
2+
uuid = "9c257583-4f8f-53fd-abd9-c69d5080dd54"
3+
version = "0.2.0"
4+
license= "MIT"
5+
6+
[deps]
7+
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
8+
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
9+
10+
[compat]
11+
SpecialFunctions = "0.7, 0.10"
12+
QuadGK = "2"
13+
julia = "1"
14+
15+
[extras]
16+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
17+
18+
[targets]
19+
test = ["Test"]

0 commit comments

Comments
 (0)