-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
29 lines (25 loc) · 1.06 KB
/
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
name = "ComplexMixturesExamples"
uuid = "c93dbfbd-c8c0-411c-902b-c39d697a736f"
authors = ["Leandro Martinez <[email protected]> and contributors"]
version = "0.1.0"
[deps]
ComplexMixtures = "6f35c628-ac57-5bae-8ea9-703a8964f6e9"
EasyFit = "fde71243-0cda-4261-b7c7-4845bd106b21"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
PDBTools = "e29189f1-7114-4dbd-93d0-c5673a921a58"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
[compat]
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
EasyFit = "fde71243-0cda-4261-b7c7-4845bd106b21"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
PDBTools = "e29189f1-7114-4dbd-93d0-c5673a921a58"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
[targets]
test = ["Test", "EasyFit", "Formatting", "LaTeXStrings", "PDBTools", "Plots", "TestItemRunner"]