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 c31cfaafc7..d830ea93c8 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -11,3 +11,5 @@ doctest = false [dependencies] drop_bomb = "0.1.4" + +limit = { path = "../limit", version = "0.0.0" } |