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

[lib]
name = "monero_c_rust"
path = "src/lib.rs"
crate-type = ["lib", "cdylib"]

[dependencies]
mockall = "0.13.0"
tempfile = "3.13.0"

[build-dependencies]
bindgen = "0.70.1"