diff options
Diffstat (limited to 'impls/monero.rs/example/Cargo.toml')
| -rw-r--r-- | impls/monero.rs/example/Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/impls/monero.rs/example/Cargo.toml b/impls/monero.rs/example/Cargo.toml index 9411d32..a5c30be 100644 --- a/impls/monero.rs/example/Cargo.toml +++ b/impls/monero.rs/example/Cargo.toml @@ -4,5 +4,6 @@ version = "0.0.1" edition = "2021" [dependencies] -monero_rust = { path = ".." } -# monero_rust = { git = "https://github.com/MrCyjaneK/monero_c" } +monero_c_rust = { path = ".." } +tempfile = "3.13.0" +# monero_c_rust = { git = "https://github.com/MrCyjaneK/monero_c" } |
