From 3390da7777dfbd25c10b81bb7581018ca3867bfb Mon Sep 17 00:00:00 2001 From: Blake Johnson Date: Sat, 14 Jul 2018 09:45:27 -0700 Subject: [PATCH] Remove Project.toml It seems that the current recommendatino is to hold off on adding a Project.toml file for now. --- Project.toml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 Project.toml diff --git a/Project.toml b/Project.toml deleted file mode 100644 index 9db0cfa..0000000 --- a/Project.toml +++ /dev/null @@ -1,8 +0,0 @@ -name = "Cliffords" -uuid = "276b0191-6968-5de0-98fd-2a81b0f3910d" -authors = ["Blake Johnson", "Marcus da Silva"] -version = "v0.4.0" - -[deps] -LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" -StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"