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 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] |