-
Notifications
You must be signed in to change notification settings - Fork 18
/
Project.toml
56 lines (52 loc) · 1.66 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name = "PlutoSliderServer"
uuid = "2fc8631c-6f24-4c5b-bca7-cbb509c42db4"
authors = ["Fons van der Plas <fons@plutojl.org>"]
version = "1.0.0"
[deps]
AbstractPlutoDingetjes = "6e696c72-6542-2067-7265-42206c756150"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
BetterFileWatching = "c9fd44ac-77b5-486c-9482-9798bd063cc6"
Configurations = "5218b696-f38b-4ac9-8b61-a12ec717816d"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FromFile = "ff7dd447-1dcb-4ce3-b8ac-22a812192de7"
Git = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
GitHubActions = "6b79fd1a-b13a-48ab-b6b0-aaee1fee41df"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
PlutoDependencyExplorer = "72656b73-756c-7461-726b-72656b6b696b"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
TerminalLoggers = "5d786b92-1e48-4d6f-9151-6b4477ca9bed"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[compat]
AbstractPlutoDingetjes = "1.1"
Base64 = "1"
BetterFileWatching = "^0.1.2"
Configurations = "0.16, 0.17"
Distributed = "1"
FromFile = "0.1"
Git = "1"
GitHubActions = "0.1.5"
Glob = "1"
HTTP = "^1.0.2"
JSON = "0.21"
Logging = "1"
Pkg = "1"
Pluto = "0.19.39,0.20"
PlutoDependencyExplorer = "1"
SHA = "0.7, 1"
Sockets = "1"
TOML = "1"
TerminalLoggers = "0.1"
UUIDs = "1"
julia = "1.10"
[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Random"]