-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
62 lines (57 loc) · 2.25 KB
/
Copy pathProject.toml
File metadata and controls
62 lines (57 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
name = "QuanserComponents"
uuid = "d44921f8-446f-4040-8b54-e37c69fd1e29"
version = "0.1.0"
authors = ["Fredrik Bagge Carlson <[email protected]>"]
[deps]
BlockComponents = "1ef5d832-be8e-447f-9f2c-8b5d17d15fd3"
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
ControlSystemsMTK = "687d7614-c7e5-45fc-bfc3-9ee385575c88"
DiscreteComponents = "b5590941-51af-4a5a-9bca-5ae7cd448b75"
DyadData = "cab12561-e36c-4498-ae70-c9a5e79fef2a"
DyadInterface = "99806f68-afab-45ca-9d8c-ceff6bc61f54"
ElectricalComponents = "3fc4c519-469d-4ff5-98c9-d4d06b1514a2"
HydraulicComponents = "b6ec4bdb-baef-4449-8ab3-f7a9cc7f1342"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
Moshi = "2e0e35c7-a2e4-4343-998d-7ef72827ed2d"
MultibodyComponents = "01883e52-22cd-4538-b14d-b44f958a131d"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
OrdinaryDiffEqDefault = "50262376-6c5a-4cf5-baba-aaf4f84d72d7"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
RotationalComponents = "824fa3ed-d7dc-4365-8bdf-ac77a1ac2011"
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
SynchCompiler = "5d9dccf6-a926-4748-b7e2-6521ccc431d1"
SynchJulia = "a1b2c3d4-5e6f-7a8b-9c0d-e1f2a3b4c5d6"
SynchToolkit = "f500ffa8-9682-42ac-8d34-0ca7926c2e94"
ThermalComponents = "084a29d9-4f48-4925-95b4-b7d4c79725f4"
TranslationalComponents = "42acc370-819b-4877-bdd6-eb3294461f5d"
[compat]
ControlSystemsBase = "1"
ControlSystemsMTK = "2.6"
DyadInterface = "7.1.0"
ElectricalComponents = "2.2.1"
HydraulicComponents = "2.0.3"
LinearAlgebra = "1.12.0"
Markdown = "1"
OrderedCollections = "1.8"
OrdinaryDiffEqDefault = "2"
Printf = "1"
RecipesBase = "1.3"
RotationalComponents = "2.0.0"
SynchCompiler = "0.4.0"
SynchJulia = "0.4.0"
SynchToolkit = "0.4.8"
ThermalComponents = "2.0.5"
TranslationalComponents = "2.4.2"
[dyad]
kernel = "2.3.0"
[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["CSV", "DataFrames", "Plots", "Test"]