11 lines
218 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"
[dependencies]
anyhow = "=1.0.45" # remove after upgrading to next version of uniffi
structopt = "0.3"
uniffi_bindgen = "=0.19.3"
2022-07-25 15:15:23 -04:00
camino = "1.0.9"