diff options
| author | sneurlax <sneurlax@gmail.com> | 2024-10-20 20:44:03 -0500 |
|---|---|---|
| committer | sneurlax <sneurlax@gmail.com> | 2024-10-20 20:44:03 -0500 |
| commit | 06beb39b2e62c585b29fa5b435ee645dbfa1bca5 (patch) | |
| tree | c666392935cc6d66297ef9fd1b451ccafd9f4d26 /impls/monero.rs/example/Cargo.toml | |
| parent | 1c1e0f2a4fcc33324a7d06c3e60d3bf796884e9c (diff) | |
update example
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" } |
