-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathProject.toml
More file actions
53 lines (48 loc) · 1.62 KB
/
Copy pathProject.toml
File metadata and controls
53 lines (48 loc) · 1.62 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name = "JuliaWorkspaces"
uuid = "e554591c-7f10-434f-9f27-2097f62a04fd"
version = "8.0.1-DEV"
authors = ["David Anthoff <anthoff@berkeley.edu>"]
[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
TestItemDetection = "76b0de8b-5c4b-48ef-a724-914b33ca988d"
JuliaSyntax = "70703baa-626e-46a2-a12c-08ffd08c73b4"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
Salsa = "1fbf2c77-44e2-4d5d-8131-0fa618a5c278"
Runic = "62bfec6d-59d7-401d-8490-b29ee721c001"
JSONRPC = "b9b8584e-8fd3-41f9-ad0c-7255d428e418"
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
CSTParser = "00ebfdb7-1f24-5e51-bd34-a7502290713f"
CancellationTokens = "2e8d271d-f2e2-407b-a864-17eb2156783e"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
[extras]
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
TestItemDetection = "1.1"
JuliaSyntax = "0.4, 1"
SHA = "<0.0.1, 0.7, 1"
REPL = "<0.0.1, 1"
LibGit2 = "<0.0.1, 1"
JuliaFormatter = "2"
Scratch = "1.3"
Salsa = "2.4.0"
Runic = "1"
JSONRPC = "3"
julia = "1.11"
AutoHashEquals = "2"
CSTParser = "3.3"
CancellationTokens = "2"
InteractiveUtils = "<0.0.1, 1"
Sockets = "<0.0.1, 1"
[targets]
test = ["JSON", "Test", "TestItemRunner"]
[apps.jwcloudindex]
submodule = "CloudIndexApp"