diff options
| author | sneurlax <sneurlax@gmail.com> | 2024-10-10 17:44:10 -0500 |
|---|---|---|
| committer | sneurlax <sneurlax@gmail.com> | 2024-10-10 17:44:10 -0500 |
| commit | a42cbbe83120bd4724a050e03fb95802a4a5ff42 (patch) | |
| tree | 34b69abe03eea0baa42bdb30aadf301c5228fa9f /impls/monero_rust/Cargo.toml | |
| parent | 440f6c31c764296f5b6856dcd8ba759cfd17d1a0 (diff) | |
prove integration
Diffstat (limited to 'impls/monero_rust/Cargo.toml')
| -rw-r--r-- | impls/monero_rust/Cargo.toml | 3 |
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" |
