-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
31 lines (27 loc) · 823 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
name = "QFT"
uuid = "49c623b1-9a12-4bf7-99dd-267ae146fd9d"
authors = ["CianLM"]
version = "0.1.0"
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Metatheory = "e9d8d322-4543-424a-9be4-0cc815abe26c"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
TermInterface = "8ea1fca8-c5ef-4a55-8b96-4e9afe9c9a3c"
[compat]
BenchmarkTools = "1"
LaTeXStrings = "1"
Latexify = "0.15"
MacroTools = "0.5"
Revise = "3"
SymbolicUtils = "0.19"
Symbolics = "4"
TermInterface = "0.2"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]