Fix crates.io license info

This commit is contained in:
Steve Myers 2021-01-08 10:20:02 -08:00
parent a95a9f754c
commit 8510b2b86e
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ documentation = "https://docs.rs/bdk"
description = "A modern, lightweight, descriptor-based wallet library"
keywords = ["bitcoin", "wallet", "descriptor", "psbt"]
readme = "README.md"
license-file = "LICENSE"
license = "MIT"
[dependencies]
bdk-macros = "0.2"

View File

@ -8,7 +8,7 @@ repository = "https://github.com/bitcoindevkit/bdk"
documentation = "https://docs.rs/bdk-macros"
description = "Supporting macros for `bdk`"
keywords = ["bdk"]
license-file = "../LICENSE"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -8,7 +8,7 @@ repository = "https://github.com/bitcoindevkit/bdk"
documentation = "https://docs.rs/bdk-testutils-macros"
description = "Supporting testing macros for `bdk`"
keywords = ["bdk"]
license-file = "../LICENSE"
license = "MIT"
[lib]
proc-macro = true

View File

@ -8,7 +8,7 @@ repository = "https://github.com/bitcoindevkit/bdk"
documentation = "https://docs.rs/bdk-testutils"
description = "Supporting testing utilities for `bdk`"
keywords = ["bdk"]
license-file = "../LICENSE"
license = "MIT"
[lib]
name = "testutils"