diff options
author | Greg Brown <gmb60@cam.ac.uk> | 2021-01-14 14:37:27 +0000 |
---|---|---|
committer | Greg Brown <gmb60@cam.ac.uk> | 2021-01-14 14:37:27 +0000 |
commit | 24ff5f311f6c797681be1cff0fb2d0b75c0f848f (patch) | |
tree | e4cc216813f2a9c40dc496148dbd4eeed83fb87c /autochomp/Cargo.toml | |
parent | 3d13ff5a0f40b750f754898ab4568d4afc0f1a9e (diff) |
Finish AutoChomp
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"} |