summaryrefslogtreecommitdiff
path: root/impls/monero_rust/Cargo.toml
diff options
context:
space:
mode:
authorsneurlax <sneurlax@gmail.com>2024-10-10 21:30:28 -0500
committersneurlax <sneurlax@gmail.com>2024-10-10 21:30:28 -0500
commit3ceeecc3bc0213622efa7b6135f442ff2da14286 (patch)
tree2c66e2db46dbe4069e21a2fb74c51d834c9230f2 /impls/monero_rust/Cargo.toml
parentc2c2f2c00dba3b7253627ddfaec37b2d015ba36b (diff)
/monero_rust -> /monero.rs
just to match the style in impls and sneurlax/monero_c -> MrCyjaneK/monero_c
Diffstat (limited to 'impls/monero_rust/Cargo.toml')
-rw-r--r--impls/monero_rust/Cargo.toml21
1 files changed, 0 insertions, 21 deletions
diff --git a/impls/monero_rust/Cargo.toml b/impls/monero_rust/Cargo.toml
deleted file mode 100644
index af37515..0000000
--- a/impls/monero_rust/Cargo.toml
+++ /dev/null
@@ -1,21 +0,0 @@
-[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"
-