Skip to content

Commit 2ad1c55

Browse files
committed
Transition from REQUIRE to Project.toml (for Registrator)
1 parent 32f711e commit 2ad1c55

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

Project.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name = "ZipFile"
2+
uuid = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
3+
version = "0.8.3"
4+
5+
[deps]
6+
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
7+
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
8+
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
9+
10+
[compat]
11+
BinaryProvider = "≥ 0.3.0"
12+
julia = "≥ 0.7.0"
13+
14+
[extras]
15+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
16+
17+
[targets]
18+
test = ["Test"]

REQUIRE

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)