diff --git a/Project.toml b/Project.toml index 4761fcc5..87c884b4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,10 @@ name = "ITensorDocs" uuid = "421c5ee2-4dae-4799-bb38-a6a9d9332403" -version = "0.1.12" +version = "0.1.13" authors = ["ITensor developers and contributors"] +[workspace] +projects = ["benchmark", "dev", "docs", "examples", "test"] + [compat] julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index e9c291ea..6965ef0d 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -1,9 +1,14 @@ + [deps] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[sources.ITensorDocs] +path = ".." + [compat] Aqua = "0.8.9" SafeTestsets = "0.1"