Browse Source

Adds purpose of seeds = true does in an Anchor.toml file (#2124)

chinepun 3 years ago
parent
commit
bf11f811d7
1 changed files with 13 additions and 0 deletions
  1. 13 0
      docs/src/pages/docs/manifest.md

+ 13 - 0
docs/src/pages/docs/manifest.md

@@ -37,6 +37,19 @@ Example:
 url = "https://anchor.projectserum.com"
 ```
 
+## features
+
+#### seeds
+
+This tells the IDL to include seed generation for PDA Accounts. The default is `false`
+
+Example:
+
+```
+[features]
+seeds = true
+```
+
 ## workspace
 
 #### types