bdk-ffi/Cargo.toml
2021-10-12 10:27:33 -07:00

19 lines
417 B
TOML

[package]
name = "bdk-ffi"
version = "0.1.0"
authors = ["Steve Myers <steve@notmandatory.org>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
bdk = { version = "^0.11", features = ["all-keys"] }
uniffi_macros = "0.14.0"
uniffi = "0.14.0"
thiserror = "1.0"
[build-dependencies]
uniffi_build = "0.14.0"