diff --git a/Cargo.toml b/Cargo.toml index d77ff63..188c6fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,6 @@ panic = 'unwind' [workspace] members = [ 'node', - 'pallets/template', + 'pallets/*', 'runtime', ]