summaryrefslogtreecommitdiff
path: root/impls/monero_rust/Cargo.toml
diff options
context:
space:
mode:
authorsneurlax <sneurlax@gmail.com>2024-10-10 17:44:10 -0500
committersneurlax <sneurlax@gmail.com>2024-10-10 17:44:10 -0500
commita42cbbe83120bd4724a050e03fb95802a4a5ff42 (patch)
tree34b69abe03eea0baa42bdb30aadf301c5228fa9f /impls/monero_rust/Cargo.toml
parent440f6c31c764296f5b6856dcd8ba759cfd17d1a0 (diff)
prove integration
Diffstat (limited to 'impls/monero_rust/Cargo.toml')
-rw-r--r--impls/monero_rust/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/impls/monero_rust/Cargo.toml b/impls/monero_rust/Cargo.toml
index 0815b9e..53ff56e 100644
--- a/impls/monero_rust/Cargo.toml
+++ b/impls/monero_rust/Cargo.toml
@@ -12,3 +12,6 @@ name = "monero_rust"
path = "src/main.rs"
[dependencies]
+
+[build-dependencies]
+bindgen = "0.70.1"