From d27b80d417e620c9202856ac5ec5e592f4e54242 Mon Sep 17 00:00:00 2001 From: Tommi Nylander <tommi.nylander@control.lth.se> Date: Wed, 11 Sep 2019 15:36:33 +0200 Subject: [PATCH] Update Project.toml --- Project.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Project.toml b/Project.toml index a689422..0741c5e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,3 +1,7 @@ +name = "BallAndBeam" +uuid= "8337e484-37af-5731-a194-f099f29e0275" +version = "0.2" + [deps] ControlSystemIdentification = "0861197f-74c3-5f66-9cd7-8a02bdf51734" ControlSystems = "a6e380b2-a6ca-5380-bf3e-84a91bcd477e" @@ -9,3 +13,6 @@ LabProcesses = "6929cf19-6a72-5044-8237-19d456703100" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45" ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" + +[compat] +julia = "1.0.0" \ No newline at end of file -- GitLab