Skip to content

Commit 59f1b36

Browse files
committed
🔀 chore(Cargo.toml): reorganize workspace members and add 'pallets/template'
The workspace members in the Cargo.toml file have been reorganized to improve readability and maintain consistency. The 'pallets/template' has been added as a new member to the workspace.
1 parent 5ad5847 commit 59f1b36

File tree

2 files changed

+27
-9
lines changed

2 files changed

+27
-9
lines changed

‎Cargo.lock

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
[workspace]
22
members = [
3-
'pallets/bitcoin-vaults',
4-
'pallets/confidential-docs',
5-
'pallets/rbac',
6-
'pallets/fruniques',
7-
'pallets/gated-marketplace',
8-
'pallets/mapped-assets',
9-
'pallets/afloat',
10-
'pallets/fund-admin',
11-
'pallets/fund-admin-records',
3+
'pallets/bitcoin-vaults',
4+
'pallets/confidential-docs',
5+
'pallets/rbac',
6+
'pallets/fruniques',
7+
'pallets/gated-marketplace',
8+
'pallets/mapped-assets',
9+
'pallets/afloat',
10+
'pallets/fund-admin',
11+
'pallets/fund-admin-records',
12+
'pallets/template'
1213
]
14+
1315
[profile.release]
1416
panic = 'unwind'

0 commit comments

Comments
 (0)