diff options
Diffstat (limited to 'autochomp/Cargo.toml')
-rw-r--r-- | autochomp/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autochomp/Cargo.toml b/autochomp/Cargo.toml index 6dfd491..4d5aaef 100644 --- a/autochomp/Cargo.toml +++ b/autochomp/Cargo.toml @@ -10,4 +10,5 @@ features = ["extra-traits"] [dependencies] chewed = {path = "../chewed"} +chomp = {path = "../"} chomp-macro = {path = "../chomp-macro"} |