Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/parser/Cargo.toml')
| -rw-r--r-- | crates/parser/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index f8477e751d..0a5f923305 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -16,3 +16,5 @@ limit = { path = "../limit", version = "0.0.0" } [dev-dependencies] expect-test = "1.2" +sourcegen = { path = "../sourcegen" } + |