Browse Source

Add workspace Cargo.toml

Shamil Gadelshin 5 years ago
parent
commit
28d74c2f94
1 changed files with 19 additions and 0 deletions
  1. 19 0
      Cargo.toml

+ 19 - 0
Cargo.toml

@@ -0,0 +1,19 @@
+[workspace]
+members = [
+	"runtime",
+	"runtime-modules/common",
+	"runtime-modules/content-working-group",
+	"runtime-modules/forum",
+	"runtime-modules/governance",
+	"runtime-modules/hiring",
+	"runtime-modules/membership",
+	"runtime-modules/memo",
+	"runtime-modules/recurring-reward",
+	"runtime-modules/roles",
+	"runtime-modules/service-discovery",
+	"runtime-modules/stake",
+	"runtime-modules/storage",
+	"runtime-modules/token-minting",
+	"runtime-modules/versioned-store",
+	"runtime-modules/versioned-store-permissions",
+	]