Skip to content

Commit 86089eb

Browse files
authored
replace REQUIRE with Project.toml (#45)
1 parent a5ec201 commit 86089eb

2 files changed

Lines changed: 21 additions & 3 deletions

File tree

Project.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "CodecZlib"
2+
uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
3+
license = "MIT"
4+
authors = ["Kenta Sato <bicycle1885@gmail.com>"]
5+
version = "0.5.2"
6+
7+
[deps]
8+
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
9+
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
10+
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
11+
12+
[compat]
13+
BinaryProvider = "0.5"
14+
TranscodingStreams = "0.9"
15+
julia = "1"
16+
17+
[extras]
18+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
19+
20+
[targets]
21+
test = ["Test"]

REQUIRE

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

0 commit comments

Comments
 (0)