Fix crates.io license info
This commit is contained in:
parent
a95a9f754c
commit
8510b2b86e
@ -9,7 +9,7 @@ documentation = "https://docs.rs/bdk"
|
|||||||
description = "A modern, lightweight, descriptor-based wallet library"
|
description = "A modern, lightweight, descriptor-based wallet library"
|
||||||
keywords = ["bitcoin", "wallet", "descriptor", "psbt"]
|
keywords = ["bitcoin", "wallet", "descriptor", "psbt"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license-file = "LICENSE"
|
license = "MIT"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bdk-macros = "0.2"
|
bdk-macros = "0.2"
|
||||||
|
@ -8,7 +8,7 @@ repository = "https://github.com/bitcoindevkit/bdk"
|
|||||||
documentation = "https://docs.rs/bdk-macros"
|
documentation = "https://docs.rs/bdk-macros"
|
||||||
description = "Supporting macros for `bdk`"
|
description = "Supporting macros for `bdk`"
|
||||||
keywords = ["bdk"]
|
keywords = ["bdk"]
|
||||||
license-file = "../LICENSE"
|
license = "MIT"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ repository = "https://github.com/bitcoindevkit/bdk"
|
|||||||
documentation = "https://docs.rs/bdk-testutils-macros"
|
documentation = "https://docs.rs/bdk-testutils-macros"
|
||||||
description = "Supporting testing macros for `bdk`"
|
description = "Supporting testing macros for `bdk`"
|
||||||
keywords = ["bdk"]
|
keywords = ["bdk"]
|
||||||
license-file = "../LICENSE"
|
license = "MIT"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
@ -8,7 +8,7 @@ repository = "https://github.com/bitcoindevkit/bdk"
|
|||||||
documentation = "https://docs.rs/bdk-testutils"
|
documentation = "https://docs.rs/bdk-testutils"
|
||||||
description = "Supporting testing utilities for `bdk`"
|
description = "Supporting testing utilities for `bdk`"
|
||||||
keywords = ["bdk"]
|
keywords = ["bdk"]
|
||||||
license-file = "../LICENSE"
|
license = "MIT"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "testutils"
|
name = "testutils"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user