diff options
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" |
