diff options
Diffstat (limited to 'users/glittershark/achilles/Cargo.toml')
-rw-r--r-- | users/glittershark/achilles/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/glittershark/achilles/Cargo.toml b/users/glittershark/achilles/Cargo.toml index c0ba4d137a9f..ad18aaac3a43 100644 --- a/users/glittershark/achilles/Cargo.toml +++ b/users/glittershark/achilles/Cargo.toml @@ -19,6 +19,7 @@ pratt = "0.3.0" proptest = "1.0.0" test-strategy = "0.1.1" thiserror = "1.0.24" +void = "1.0.2" [dev-dependencies] crate-root = "0.1.3" |