-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (23 loc) · 770 Bytes
/
Project.toml
File metadata and controls
29 lines (23 loc) · 770 Bytes
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
name = "FunctionalStateMachine"
uuid = "3e9e306e-7e3c-11e9-12d2-8f8f67a2f951"
keywords = ["state machine"]
desc = "Functional state machine with stepping and visualization tools."
version = "0.3.0"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
[weakdeps]
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
[extensions]
FunctionalStateMachineGraphsExt = "Graphs"
[compat]
DocStringExtensions = "0.7, 0.8, 0.9"
ProgressMeter = "0.9, 1"
julia = "1.9"
[extras]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Graphs", "Dates"]