From 3ceeecc3bc0213622efa7b6135f442ff2da14286 Mon Sep 17 00:00:00 2001 From: sneurlax Date: Thu, 10 Oct 2024 21:30:28 -0500 Subject: /monero_rust -> /monero.rs just to match the style in impls and sneurlax/monero_c -> MrCyjaneK/monero_c --- impls/monero.rs/Cargo.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 impls/monero.rs/Cargo.toml (limited to 'impls/monero.rs/Cargo.toml') diff --git a/impls/monero.rs/Cargo.toml b/impls/monero.rs/Cargo.toml new file mode 100644 index 0000000..af37515 --- /dev/null +++ b/impls/monero.rs/Cargo.toml @@ -0,0 +1,21 @@ +[package] +name = "monero_rust" +version = "0.0.1" +edition = "2021" +description = "monero_c Rust bindings." +repository = "https://github.com/ManyMath/monero_rust" +license = "MIT" +build = "build.rs" + +[lib] +name = "monero_rust" +path = "src/lib.rs" +crate-type = ["lib", "cdylib"] + +[dependencies] +libc = "0.2" +libloading = "0.8.5" + +[build-dependencies] +bindgen = "0.70.1" + -- cgit v1.2.3