From 06beb39b2e62c585b29fa5b435ee645dbfa1bca5 Mon Sep 17 00:00:00 2001 From: sneurlax Date: Sun, 20 Oct 2024 20:44:03 -0500 Subject: update example --- impls/monero.rs/example/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'impls/monero.rs/example/Cargo.toml') diff --git a/impls/monero.rs/example/Cargo.toml b/impls/monero.rs/example/Cargo.toml index 9411d32..a5c30be 100644 --- a/impls/monero.rs/example/Cargo.toml +++ b/impls/monero.rs/example/Cargo.toml @@ -4,5 +4,6 @@ version = "0.0.1" edition = "2021" [dependencies] -monero_rust = { path = ".." } -# monero_rust = { git = "https://github.com/MrCyjaneK/monero_c" } +monero_c_rust = { path = ".." } +tempfile = "3.13.0" +# monero_c_rust = { git = "https://github.com/MrCyjaneK/monero_c" } -- cgit v1.2.3