Skip to content

Commit 5e6f821

Browse files
committed
Add Project.toml
1 parent 7331ded commit 5e6f821

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Project.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "InverseLaplace"
2+
uuid = "e24f45a5-4790-5a38-8b2c-33d770a4e70f"
3+
authors = ["John Lapeyre <[email protected]>"]
4+
license = "MIT"
5+
desc = "Numeric inverse Laplace transform"
6+
version = "0.3.0"
7+
8+
[deps]
9+
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
10+
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
11+
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
12+
13+
[compat]
14+
AbstractFFTs = "0.5.0"
15+
FFTW = "1.2.0"
16+
SpecialFunctions = "0.10.0"
17+
julia = "1"
18+
19+
[extras]
20+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
21+
22+
[targets]
23+
test = ["Test"]

0 commit comments

Comments
 (0)