-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathProject.toml
31 lines (27 loc) · 951 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 = "CompileBot"
uuid = "877fb49a-56b0-480a-9049-319c0c353852"
author = ["Amin Yahyaabadi <[email protected]>"]
version = "1.0.10"
[deps]
FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f"
GitHubActions = "6b79fd1a-b13a-48ab-b6b0-aaee1fee41df"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
SnoopCompile = "aa65fe97-06da-5843-b5b1-d5d13cad87d2"
SnoopCompileCore = "e2b509da-e806-4183-be48-004708413034"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
FilePathsBase = "0.9"
GitHubActions = "0.1"
JuliaFormatter = "0.7, 0.8, 0.9, 0.10, 0.11, 0.13, 0.22, 0.23, 1"
SnoopCompile = "2"
SnoopCompileCore = "2"
YAML = "0.4"
julia = "1"
[extras]
Example = "7876af07-990d-54b4-ab0e-23690620f79a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Pkg", "Test", "Example"]