-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
38 lines (34 loc) · 1.19 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
30
31
32
33
34
35
36
37
38
name = "Handcalcs"
uuid = "e8a07092-c156-4455-ab8e-ed8bc81edefb"
authors = ["Cole Miller"]
version = "0.4.4"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
TestHandcalcFunctions = "6ba57fb7-81df-4b24-8e8e-a3885b6fcae7"
[compat]
AbstractTrees = "0.4"
CodeTracking = "1.3"
LaTeXStrings = "1.3"
Latexify = "^0.16.4"
MacroTools = "0.5"
PrecompileTools = "1.2"
Revise = "3.5"
TestHandcalcFunctions = "0.2.3"
Unitful = "1.19"
UnitfulLatexify = "^1.6.4"
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestHandcalcFunctions = "6ba57fb7-81df-4b24-8e8e-a3885b6fcae7"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulLatexify = "45397f5d-5981-4c77-b2b3-fc36d6e9b728"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
[targets]
test = ["Test", "Unitful", "UnitfulLatexify", "TestHandcalcFunctions", "Revise"]