12 lines
298 B
TOML
Raw Normal View History

[package]
name = "bdk-ffi-bindgen"
2022-04-01 19:16:29 -07:00
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"