diff options
author | Greg Brown <gmb60@cam.ac.uk> | 2021-04-21 10:19:00 +0100 |
---|---|---|
committer | Greg Brown <gmb60@cam.ac.uk> | 2021-04-21 10:19:00 +0100 |
commit | 449695dcf87d26b0d06a51ca27bbc8214338f954 (patch) | |
tree | 32edf289a1d8287149f160a9b54cecb339be321c /autochomp/Cargo.toml | |
parent | bb3c8d1455f7a102a0c0abffd757ccace94f77d5 (diff) |
Add some comparison tests for 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 036641c..5c323bc 100644 --- a/autochomp/Cargo.toml +++ b/autochomp/Cargo.toml @@ -6,6 +6,7 @@ edition = "2018" [dev-dependencies] criterion = "0.3.3" +proc-macro2 = "1.0.24" syn = "1.0.58" [dependencies] |