소스 검색

Add workspace Cargo.toml

Shamil Gadelshin 5 년 전
부모
커밋
28d74c2f94
1개의 변경된 파일19개의 추가작업 그리고 0개의 파일을 삭제
  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",
+	]