summaryrefslogtreecommitdiff
path: root/test_ffi/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'test_ffi/Cargo.toml')
-rw-r--r--test_ffi/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_ffi/Cargo.toml b/test_ffi/Cargo.toml
index cc7708fbc..38dd86b3e 100644
--- a/test_ffi/Cargo.toml
+++ b/test_ffi/Cargo.toml
@@ -11,4 +11,5 @@ publish = false
crate-type = ["cdylib"]
[dev-dependencies]
+pretty_assertions = "1.2.1"
test_util = { path = "../test_util" }