You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/forc/manifest_reference.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ The `Forc.toml` (the _manifest_ file) is a compulsory file for each package and
12
12
*`homepage` — URL of the project homepage.
13
13
*`repository` — URL of the project source repository.
14
14
*`documentation` — URL of the project documentation.
15
+
*`categories` — Categories of the project.
16
+
*`keywords` — Keywords the project.
15
17
*`entry` — The entry point for the compiler to start parsing from.
16
18
* For the recommended way of selecting an entry point of large libraries please take a look at: [Libraries](./../sway-program-types/libraries.md)
17
19
*`implicit-std` - Controls whether provided `std` version (with the current `forc` version) will get added as a dependency _implicitly_. _Unless you know what you are doing, leave this as default._
@@ -39,6 +41,8 @@ An example `Forc.toml` is shown below. Under `[project]` the following fields ar
39
41
*`homepage`
40
42
*`repository`
41
43
*`documentation`
44
+
*`categories`
45
+
*`keywords`
42
46
43
47
Also for the following fields, a default value is provided so omitting them is allowed:
0 commit comments