bdk-ffi/Cargo.toml

19 lines
424 B
TOML
Raw Normal View History

2021-06-03 17:51:07 -07:00
[package]
2021-10-13 03:02:49 +05:30
name = "uniffi_bdk"
2021-06-03 17:51:07 -07:00
version = "0.1.0"
2021-10-12 15:24:11 -07:00
authors = ["Steve Myers <steve@notmandatory.org>", ""]
2021-06-03 17:51:07 -07:00
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
2021-06-08 18:15:20 -07:00
crate-type = ["cdylib"]
2021-06-03 17:51:07 -07:00
[dependencies]
2021-09-25 21:17:40 -07:00
bdk = { version = "^0.11", features = ["all-keys"] }
2021-10-11 23:04:18 -07:00
uniffi_macros = "0.14.0"
uniffi = "0.14.0"
thiserror = "1.0"
2021-06-03 17:51:07 -07:00
2021-10-11 23:04:18 -07:00
[build-dependencies]
uniffi_build = "0.14.0"