| author | |
| committer | |
| log | 58ea4175f98b725c22eac691a41c0b03f9dcdebb |
| tree | 98117eb56c6f8f0b8f6064a27bc0debebc21b05d |
| parent | 871fced6184a0b08d52532c20554008e46b27834 |
1 files changed, 2 insertions(+), 0 deletions(-)
src/common.zig+2| ... | ... | @@ -29,6 +29,8 @@ pub const CollectOptions = struct { |
| 29 | 29 | }; |
| 30 | 30 | |
| 31 | 31 | pub fn collect_deps_deep(cachepath: string, mdir: std.fs.Dir, options: *CollectOptions) !zigmod.Module { |
| 32 | try std.fs.cwd().makePath(cachepath); | |
| 33 | ||
| 32 | 34 | const m = try zigmod.ModFile.from_dir(options.alloc, mdir); |
| 33 | 35 | try options.init(); |
| 34 | 36 | var moduledeps = std.ArrayList(zigmod.Module).init(options.alloc); |