From a046d9002345918bc39dd53c8b13885b2db84263 Mon Sep 17 00:00:00 2001 From: sneurlax Date: Sat, 12 Oct 2024 02:25:46 -0500 Subject: replace main.rs demo with integration tests TODO unit and docs tests --- impls/monero.rs/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'impls/monero.rs/Cargo.toml') 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" -- cgit v1.2.3