summaryrefslogtreecommitdiff
path: root/impls/monero_rust/Cargo.toml
diff options
context:
space:
mode:
authorsneurlax <sneurlax@gmail.com>2024-10-10 21:26:30 -0500
committersneurlax <sneurlax@gmail.com>2024-10-10 21:26:30 -0500
commitc2c2f2c00dba3b7253627ddfaec37b2d015ba36b (patch)
tree9ec455da551e730e87ac573b929cf6f9244bb82d /impls/monero_rust/Cargo.toml
parent4694bb913f7709c2b2fa568f065cc56f92f09555 (diff)
allow lib to be loaded by consumer crates
and document the required placement
Diffstat (limited to 'impls/monero_rust/Cargo.toml')
-rw-r--r--impls/monero_rust/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"