11 lines
216 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]
2022-10-04 12:34:22 -04:00
anyhow = "1.0.45" # remove after upgrading to next version of uniffi
structopt = "0.3"
2022-10-21 12:39:31 -05:00
uniffi_bindgen = "0.21.0"
2022-07-25 15:15:23 -04:00
camino = "1.0.9"