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