diff --git a/.gitignore b/.gitignore index 0e99780..8ecf801 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ pathdef.m *jldict.mat *DS_Store +Manifest.toml diff --git a/Project.toml b/Project.toml index 30a6f65..17f8801 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,7 @@ -authors = ["Taylor McDonnell "] name = "Mex" uuid = "5e29dd5e-a72c-11e9-2bb7-cd1b1701caa7" +authors = ["Taylor McDonnell "] version = "0.1.0" [deps] +MATLAB = "10e44e05-a98a-55b3-a45b-ba969058deb6"