From c2c2f2c00dba3b7253627ddfaec37b2d015ba36b Mon Sep 17 00:00:00 2001 From: sneurlax Date: Thu, 10 Oct 2024 21:26:30 -0500 Subject: allow lib to be loaded by consumer crates and document the required placement --- impls/monero_rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'impls/monero_rust/Cargo.toml') diff --git a/impls/monero_rust/Cargo.toml b/impls/monero_rust/Cargo.toml index 548823e..af37515 100644 --- a/impls/monero_rust/Cargo.toml +++ b/impls/monero_rust/Cargo.toml @@ -14,6 +14,7 @@ crate-type = ["lib", "cdylib"] [dependencies] libc = "0.2" +libloading = "0.8.5" [build-dependencies] bindgen = "0.70.1" -- cgit v1.2.3