-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
43 lines (39 loc) · 1.54 KB
/
Copy pathProject.toml
File metadata and controls
43 lines (39 loc) · 1.54 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
name = "ESPDComponents"
uuid = "db3e704d-9a6b-4a15-b508-c17c28a98388"
authors = [" <>"]
version = "0.1.0"
[deps]
BlockComponents = "1ef5d832-be8e-447f-9f2c-8b5d17d15fd3"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DyadEcosystemDependencies = "7bc808db-8006-421e-b546-062440d520b7"
DyadExampleComponents = "2fe18900-c5b3-5d06-b340-7a6acf678e36"
DyadInterface = "99806f68-afab-45ca-9d8c-ceff6bc61f54"
ElectricalComponents = "3fc4c519-469d-4ff5-98c9-d4d06b1514a2"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
Moshi = "2e0e35c7-a2e4-4343-998d-7ef72827ed2d"
OrdinaryDiffEqDefault = "50262376-6c5a-4cf5-baba-aaf4f84d72d7"
PlotlyLight = "ca7969ec-10b3-423e-8d99-40f33abb42bf"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
RotationalComponents = "824fa3ed-d7dc-4365-8bdf-ac77a1ac2011"
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
TranslationalComponents = "42acc370-819b-4877-bdd6-eb3294461f5d"
[compat]
BlockComponents = "2.5.3"
DataFrames = "1.7.0"
DyadEcosystemDependencies = "=0.10.3"
DyadExampleComponents = "0.25.4"
ElectricalComponents = "0.19.4"
Markdown = "1"
PlotlyLight = "0.13.0"
Plots = "1.41.0"
RotationalComponents = "0.8.3"
TranslationalComponents = "0.9.3"
[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"]