Skip to content

Commit 77c6b4a

Browse files
authored
replace REQUIRE with Project.toml (#15)
1 parent a02f4c8 commit 77c6b4a

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
*.jl.cov
22
*.jl.*.cov
33
*.jl.mem
4+
/Manifest.toml
5+
/deps/build.log
6+
/deps/deps.jl
7+
/deps/usr/

Project.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "CodecZstd"
2+
uuid = "4459b14b-3668-429d-8468-65a36ae16185"
3+
license = "MIT"
4+
authors = ["Kenta Sato <bicycle1885@gmail.com>"]
5+
version = "0.5.0"
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)