diff options
Diffstat (limited to 'Project.toml')
| -rw-r--r-- | Project.toml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Project.toml b/Project.toml index 4815b83..430531c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,4 +1,10 @@ -name = "vatic" +name = "Vatic" uuid = "3f5c9d7e-ef70-4fb5-865c-f72c76f49168" authors = ["Scott Lawrence <scott+git@ineffectivetheory.com>"] version = "0.1.0" + +[deps] +ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" +TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" |
