diff options
| author | sneurlax <sneurlax@gmail.com> | 2024-10-14 21:35:00 -0500 |
|---|---|---|
| committer | sneurlax <sneurlax@gmail.com> | 2024-10-14 21:35:00 -0500 |
| commit | 774091b550cac6df4f25127adb4047cf4334b973 (patch) | |
| tree | d39b91a2f5c719c93f47c6125aa8bd5a482686d5 /impls/monero.rs/Cargo.toml | |
| parent | a046d9002345918bc39dd53c8b13885b2db84263 (diff) | |
do not use libloading
Diffstat (limited to 'impls/monero.rs/Cargo.toml')
| -rw-r--r-- | impls/monero.rs/Cargo.toml | 6 |
1 files changed, 2 insertions, 4 deletions
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" |
