-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
33 lines (29 loc) · 1.01 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
name = "LocalPackageServer"
uuid = "5ed2caf0-0e3c-46c8-ab7c-f67841b915e6"
authors = ["Gunnar Farnebäck <[email protected]>"]
version = "0.2.0"
[deps]
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
[compat]
CodecZlib = "0.7"
HTTP = "0.8, 0.9, 1.3"
Inflate = "0.1"
LocalRegistry = "0.4, 0.5"
RegistryInstances = "0.1"
RegistryTools = "1.2, 2"
Tar = "1.4"
julia = "1.4"
[extras]
Inflate = "d25df0c9-e2be-5dd7-82c8-3ad0b3e990b9"
LocalRegistry = "89398ba2-070a-4b16-a995-9893c55d93cf"
RegistryInstances = "2792f1a3-b283-48e8-9a74-f99dce5104f3"
RegistryTools = "d1eb7eb1-105f-429d-abf5-b0f65cb9e2c4"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
[targets]
test = ["Test", "LocalRegistry", "Inflate", "RegistryInstances", "RegistryTools", "TOML"]