| ... | @@ -6,6 +6,8 @@ zigmod fetch | ... | @@ -6,6 +6,8 @@ zigmod fetch |
| 6 | - This command takes no parameters and will generate a `deps.zig` in the root of your project. | 6 | - This command takes no parameters and will generate a `deps.zig` in the root of your project. |
| 7 | - `deps.zig` is not typically checked into your source control. | 7 | - `deps.zig` is not typically checked into your source control. |
| 8 | | 8 | |
| | 9 | For a full reference on the fields available in `deps.zig` you can check [here](../deps.zig.md). |
| | 10 | |
| 9 | ### Adding `deps.zig` to your `build.zig` | 11 | ### Adding `deps.zig` to your `build.zig` |
| 10 | ```diff | 12 | ```diff |
| 11 | const std = @import("std"); | 13 | const std = @import("std"); |