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 26, 2020
1 parent 7331ded commit 5e6f821
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "InverseLaplace"
uuid = "e24f45a5-4790-5a38-8b2c-33d770a4e70f"
authors = ["John Lapeyre <jlapeyre@users.noreply.github.com>"]
license = "MIT"
desc = "Numeric inverse Laplace transform"
version = "0.3.0"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

[compat]
AbstractFFTs = "0.5.0"
FFTW = "1.2.0"
SpecialFunctions = "0.10.0"
julia = "1"

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

[targets]
test = ["Test"]

0 comments on commit 5e6f821

Please sign in to comment.