summaryrefslogtreecommitdiff
path: root/impls/monero_rust/Cargo.toml
blob: 53ff56e518ffb1d041bb0a828136697e6fd1efd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "monero_rust"
version = "0.0.1"
edition = "2021"
description = "monero_c Rust bindings."
repository = "https://github.com/ManyMath/monero_rust"
license = "MIT"
build = "build.rs"

[[bin]]
name = "monero_rust"
path = "src/main.rs"

[dependencies]

[build-dependencies]
bindgen = "0.70.1"