From 774091b550cac6df4f25127adb4047cf4334b973 Mon Sep 17 00:00:00 2001 From: sneurlax Date: Mon, 14 Oct 2024 21:35:00 -0500 Subject: do not use libloading --- impls/monero.rs/Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'impls/monero.rs/Cargo.toml') diff --git a/impls/monero.rs/Cargo.toml b/impls/monero.rs/Cargo.toml index fa0e6ab..f055225 100644 --- a/impls/monero.rs/Cargo.toml +++ b/impls/monero.rs/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "monero_rust" +name = "monero_c_rust" version = "0.0.1" edition = "2021" description = "monero_c Rust bindings." @@ -8,13 +8,11 @@ license = "MIT" build = "build.rs" [lib] -name = "monero_rust" +name = "monero_c_rust" path = "src/lib.rs" crate-type = ["lib", "cdylib"] [dependencies] -libc = "0.2" -libloading = "0.8.5" mockall = "0.13.0" tempfile = "3.13.0" -- cgit v1.2.3