mirror of
https://github.com/vale981/Looping.jl
synced 2025-03-04 08:51:39 -05:00
20 lines
501 B
TOML
20 lines
501 B
TOML
name = "Looping"
|
|
uuid = "5edfbbf5-67b9-46d9-8ca5-929143abcc11"
|
|
authors = ["Valentin Boettcher"]
|
|
version = "0.1.0"
|
|
|
|
[deps]
|
|
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
|
|
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
|
|
LanguageServer = "2b0e0bc5-e4fd-59b4-8912-456d1b03d8d7"
|
|
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
|
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
|
|
|
|
[compat]
|
|
julia = "1"
|
|
|
|
[extras]
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
|
|
[targets]
|
|
test = ["Test"]
|