summaryrefslogtreecommitdiff
path: root/impls/monero.rs/Cargo.toml
diff options
context:
space:
mode:
authorsneurlax <sneurlax@gmail.com>2024-10-12 02:25:46 -0500
committersneurlax <sneurlax@gmail.com>2024-10-12 02:25:46 -0500
commita046d9002345918bc39dd53c8b13885b2db84263 (patch)
tree32e6d5537d43b41eae29c24d01f26537107b9c0f /impls/monero.rs/Cargo.toml
parentdc103c890cc1752f246fef3f8e472bc852ddd487 (diff)
replace main.rs demo with integration tests
TODO unit and docs tests
Diffstat (limited to 'impls/monero.rs/Cargo.toml')
-rw-r--r--impls/monero.rs/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/impls/monero.rs/Cargo.toml b/impls/monero.rs/Cargo.toml
index b1b7c27..fa0e6ab 100644
--- a/impls/monero.rs/Cargo.toml
+++ b/impls/monero.rs/Cargo.toml
@@ -15,6 +15,8 @@ crate-type = ["lib", "cdylib"]
[dependencies]
libc = "0.2"
libloading = "0.8.5"
+mockall = "0.13.0"
+tempfile = "3.13.0"
[build-dependencies]
bindgen = "0.70.1"