diff --git a/Project.toml b/Project.toml index a68942256ac3a5375af9627ad107ab810f7ab1c3..0741c5ec16fef4b46c040f773b740ceb545477d1 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