include all (potential) pallets in Cargo workspace (#107)

main
Alexander Popiak 2020-11-10 15:56:04 +01:00 committed by GitHub
parent ad5e2dc56d
commit 093519bb37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ panic = 'unwind'
[workspace] [workspace]
members = [ members = [
'node', 'node',
'pallets/template', 'pallets/*',
'runtime', 'runtime',
] ]