feat: query project files via git (part 1)
This commit is contained in:
parent
4cb84e25b3
commit
f76085325a
5 changed files with 75 additions and 21 deletions
|
@ -461,6 +461,7 @@ pub fn build_exe(
|
|||
.{ .name = "syntax", .module = syntax_mod },
|
||||
.{ .name = "dizzy", .module = dizzy_dep.module("dizzy") },
|
||||
.{ .name = "fuzzig", .module = fuzzig_dep.module("fuzzig") },
|
||||
.{ .name = "git", .module = git_mod },
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue