forked from JuliaPackaging/ArtifactUtils.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
29 lines (25 loc) · 836 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
name = "ArtifactUtils"
uuid = "8b73e784-e7d8-4ea5-973d-377fed4e3bce"
authors = ["Simeon Schaub <[email protected]> and contributors"]
version = "0.2.4"
[deps]
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Git = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
ProgressLogging = "33c8b6b6-d38a-422a-b730-caa89a2f386c"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
gh_cli_jll = "5d31d589-30fb-542f-b82d-10325e863e38"
ghr_jll = "07c12ed4-43bc-5495-8a2a-d5838ef8d533"
[compat]
Git = "1"
HTTP = "0.9, 1"
ProgressLogging = "0.1"
gh_cli_jll = "2"
julia = "1.6"
[extras]
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "TOML"]