diff --git a/Project.toml b/Project.toml index 34934ae..1f44769 100644 --- a/Project.toml +++ b/Project.toml @@ -1,8 +1,11 @@ name = "DataGraphs" uuid = "b5a273c3-7e6c-41f6-98bd-8d7f1525a36a" -version = "0.3.14" +version = "0.3.15" authors = ["Matthew Fishman and contributors"] +[workspace] +projects = ["benchmark", "dev", "docs", "examples", "test"] + [deps] Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4" Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" @@ -22,10 +25,3 @@ GraphsFlows = "0.1.1" NamedGraphs = "0.10" SimpleTraits = "0.9" julia = "1.7" - -[extras] -GraphsFlows = "06909019-6f44-4949-96fc-b9d9aaa02889" -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" - -[targets] -test = ["Test"] diff --git a/docs/Project.toml b/docs/Project.toml index 712ebe2..7e5a2a9 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -3,6 +3,9 @@ DataGraphs = "b5a273c3-7e6c-41f6-98bd-8d7f1525a36a" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" +[sources.DataGraphs] +path = ".." + [compat] DataGraphs = "0.3" Documenter = "1.10" diff --git a/examples/Project.toml b/examples/Project.toml index 72e6f0a..44b4e85 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -3,6 +3,9 @@ DataGraphs = "b5a273c3-7e6c-41f6-98bd-8d7f1525a36a" Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" NamedGraphs = "678767b0-92e7-4007-89e4-4527a8725b19" +[sources.DataGraphs] +path = ".." + [compat] DataGraphs = "0.3" Graphs = "1.12" diff --git a/test/Project.toml b/test/Project.toml index 40efc79..4dc540e 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -9,6 +9,9 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +[sources.DataGraphs] +path = ".." + [compat] Aqua = "0.8.11" DataGraphs = "0.3"