From ecb6c9463029cebedf43f79c104542c7e0fa5985 Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Sun, 9 Feb 2020 09:53:03 -0600 Subject: [PATCH] Remove REQUIRE and add Project.toml (#16) --- Project.toml | 13 +++++++++++++ REQUIRE | 1 - 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 Project.toml delete mode 100644 REQUIRE diff --git a/Project.toml b/Project.toml new file mode 100644 index 0000000..8838450 --- /dev/null +++ b/Project.toml @@ -0,0 +1,13 @@ +name = "ComputationalResources" +uuid = "ed09eef8-17a6-5b46-8889-db040fac31e3" +authors = ["Tim Holy "] +version = "0.3.1" + +[compat] +julia = "0.7, 1" + +[extras] +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[targets] +test = ["Test"] diff --git a/REQUIRE b/REQUIRE deleted file mode 100644 index 859ad46..0000000 --- a/REQUIRE +++ /dev/null @@ -1 +0,0 @@ -julia 0.7