| author | |
| committer | |
| log | 375ef57cfeec868b7fa10514aa1c308549cb10a3 |
| tree | e20bc159c1e6860a641a8a59a2470cbe936f2db9 |
| parent | 92a15240bae3d139a21a30cb808f06ecf02a8b4f |
1 files changed, 4 insertions(+), 0 deletions(-)
docs/zig.mod.md+4| ... | ... | @@ -1,5 +1,9 @@ |
| 1 | 1 | ## `zig.mod` Reference |
| 2 | 2 | |
| 3 | `zig.mod` is the main manifest that Zigmod will read to learn all about your application or package. | |
| 4 | ||
| 5 | `zigmod.yml` is a valid alternative if needed. | |
| 6 | ||
| 3 | 7 | ### `id` |
| 4 | 8 | - Type: `string` |
| 5 | 9 | - Required |