From 1ae50d3c93e5df8ca184cc557240fd4f2212c970 Mon Sep 17 00:00:00 2001 From: Albin Heimerson <albin.heimerson@control.lth.se> Date: Thu, 19 Mar 2020 16:49:06 +0100 Subject: [PATCH] update to toml files --- .gitignore | 1 + Project.toml | 9 +++++++++ REQUIRE | 4 ---- 3 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 Project.toml delete mode 100644 REQUIRE diff --git a/.gitignore b/.gitignore index 981613f..1ad90ff 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ docs/build/ docs/site/ docs/.documenter +Manifest.toml diff --git a/Project.toml b/Project.toml new file mode 100644 index 0000000..7aa3477 --- /dev/null +++ b/Project.toml @@ -0,0 +1,9 @@ +name = "LabProcesses" +uuid = "a929d50c-24cc-431c-8c94-c602bef11634" +authors = [] +version = "0.1.0" + +[deps] +ControlSystems = "a6e380b2-a6ca-5380-bf3e-84a91bcd477e" +DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2" +Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a" diff --git a/REQUIRE b/REQUIRE deleted file mode 100644 index ff86b98..0000000 --- a/REQUIRE +++ /dev/null @@ -1,4 +0,0 @@ -julia 0.7 -ControlSystems -Parameters -DSP -- GitLab