From: Steve Myers Date: Fri, 8 Jan 2021 18:14:10 +0000 (-0800) Subject: Fix crates.io license info X-Git-Tag: v0.1.0~1 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/struct.SegwitCodeLengthError.html?a=commitdiff_plain;h=f049dd2e9dd65bcee4eb573e0c74afcf862d4a51;p=bdk-cli Fix crates.io license info --- diff --git a/Cargo.toml b/Cargo.toml index 516b31f..abb261f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ documentation = "https://docs.rs/bdk-cli" description = "A CLI library and example CLI tool based on the BDK descriptor-based wallet library" keywords = ["bitcoin", "wallet", "descriptor", "psbt"] readme = "README.md" -license-file = "LICENSE" +license = "MIT" [dependencies] bdk = "^0.2"