-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
33 lines (29 loc) · 929 Bytes
/
Project.toml
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
name = "FuzzyLogic"
uuid = "271df9f8-4390-4196-9d4f-bdd0b67035b3"
authors = ["Luca Ferranti"]
version = "0.1.3"
[deps]
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
PEG = "12d937ae-5f68-53be-93c9-3a6f997a20a8"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
Aqua = "0.6"
Dictionaries = "0.3"
DocStringExtensions = "0.9"
LightXML = "0.9"
MacroTools = "0.5"
PEG = "1.0"
RecipesBase = "1.0"
Reexport = "1.0"
julia = "1.6"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Documenter", "SafeTestsets", "Test"]