diff options
Diffstat (limited to 'impls/monero.rs/example/Cargo.toml')
| -rw-r--r-- | impls/monero.rs/example/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/impls/monero.rs/example/Cargo.toml b/impls/monero.rs/example/Cargo.toml new file mode 100644 index 0000000..a5c30be --- /dev/null +++ b/impls/monero.rs/example/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "monero_example" +version = "0.0.1" +edition = "2021" + +[dependencies] +monero_c_rust = { path = ".." } +tempfile = "3.13.0" +# monero_c_rust = { git = "https://github.com/MrCyjaneK/monero_c" } |
