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