blob: 9411d329bee64b75ba7ab50715cbd104ec028846 (
plain)
1
2
3
4
5
6
7
8
|
[package]
name = "monero_example"
version = "0.0.1"
edition = "2021"
[dependencies]
monero_rust = { path = ".." }
# monero_rust = { git = "https://github.com/MrCyjaneK/monero_c" }
|