From 88ff3aff60c6d06a50f0befa53449308487c089a Mon Sep 17 00:00:00 2001 From: Kenta Sato Date: Fri, 2 Aug 2019 12:37:53 +0900 Subject: [PATCH] replace REQUIRE with Project.toml --- Project.toml | 21 +++++++++++++++++++++ REQUIRE | 3 --- 2 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 Project.toml delete mode 100644 REQUIRE diff --git a/Project.toml b/Project.toml new file mode 100644 index 0000000..6a0b2a5 --- /dev/null +++ b/Project.toml @@ -0,0 +1,21 @@ +name = "CodecZlib" +uuid = "944b1d66-785c-5afd-91f1-9de20f533193" +license = "MIT" +authors = ["Kenta Sato "] +version = "0.5.2" + +[deps] +BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232" +Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" +TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" + +[compat] +BinaryProvider = "0.5" +TranscodingStreams = "0.9" +julia = "1" + +[extras] +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[targets] +test = ["Test"] diff --git a/REQUIRE b/REQUIRE deleted file mode 100644 index 71f59fe..0000000 --- a/REQUIRE +++ /dev/null @@ -1,3 +0,0 @@ -julia 0.7 -BinaryProvider 0.5 -TranscodingStreams 0.6