From 8510b2b86ee89bc09ce80bd5b8b406f15e3aca9d Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Fri, 8 Jan 2021 10:20:02 -0800 Subject: [PATCH] Fix crates.io license info --- Cargo.toml | 2 +- macros/Cargo.toml | 2 +- testutils-macros/Cargo.toml | 2 +- testutils/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9464047e..c4cccea3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 4dada2de..c8338cdf 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -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 diff --git a/testutils-macros/Cargo.toml b/testutils-macros/Cargo.toml index e92d324b..5bd8a3db 100644 --- a/testutils-macros/Cargo.toml +++ b/testutils-macros/Cargo.toml @@ -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 diff --git a/testutils/Cargo.toml b/testutils/Cargo.toml index 294acc3d..0800fe4d 100644 --- a/testutils/Cargo.toml +++ b/testutils/Cargo.toml @@ -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"