summaryrefslogtreecommitdiff
path: root/impls/monero.rs/example/Cargo.toml
blob: e0b78238400ee2dddcc9d237e92faa20c5e1ffc0 (plain)
1
2
3
4
5
6
7
[package]
name = "monero_example"
version = "0.0.1"
edition = "2021"

[dependencies]
monero_rust = { path = ".." }