Browse Source

Create `workspace` config for Anchor 0.30

Steven Luscher 9 months ago
parent
commit
bc9b74adf3
1 changed files with 5 additions and 0 deletions
  1. 5 0
      template/anchor/base/Anchor.toml.njk

+ 5 - 0
template/anchor/base/Anchor.toml.njk

@@ -1,3 +1,8 @@
+[workspace]
+members = [
+    "program",
+]
+
 [provider]
 cluster = "localnet"
 wallet = "~/.config/solana/id.json"