Test new, print, and free Config works

This commit is contained in:
Steve Myers
2021-06-08 18:15:20 -07:00
parent 43425c8875
commit f31ebaa1e6
8 changed files with 179 additions and 119 deletions

View File

@@ -6,7 +6,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["staticlib"]
crate-type = ["cdylib"]
[dependencies]
bdk = { version = "^0.7", features = ["all-keys"] }