12 lines
298 B
TOML
12 lines
298 B
TOML
[package]
|
|
name = "bdk-ffi-bindgen"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "=1.0.45" # remove after upgrading to next version of uniffi
|
|
structopt = "0.3"
|
|
uniffi_bindgen = "0.16.0"
|