19 lines
421 B
TOML
19 lines
421 B
TOML
name = "TutorialRepo.jl"
|
|
uuid = "b792393f-c282-49a7-9f38-c9eb706a4cbb"
|
|
authors = ["holmesv3 <holmesv3@msu.edu> and contributors"]
|
|
version = "0.1.0"
|
|
|
|
[deps]
|
|
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
|
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
|
|
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
|
|
|
|
[compat]
|
|
julia = "1"
|
|
|
|
[extras]
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
|
|
[targets]
|
|
test = ["Test"]
|