Skip to content

Commit 02b6025

Browse files
more workspaces
1 parent 0a52750 commit 02b6025

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

GNNlib/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ uuid = "a6a84749-d869-43f8-aacc-be26a1996e48"
33
authors = ["Carlo Lucibello and contributors"]
44
version = "1.0.1"
55

6+
[workspace]
7+
projects = ["test", "docs", "../GNNGraphs"]
8+
69
[deps]
710
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
811
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"

GNNlib/test/Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1616
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1717
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
1818
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
19+
20+
[sources]
21+
GNNGraphs = {path = "../../GNNGraphs"}
22+
GNNlib = {path = "../GNNlib"}

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[workspace]
2+
projects = ["GNNGraphs", "GNNlib", "GraphNeuralNetworks", "GNNLux"]

0 commit comments

Comments
 (0)