From f049dd2e9dd65bcee4eb573e0c74afcf862d4a51 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Fri, 8 Jan 2021 10:14:10 -0800 Subject: [PATCH] Fix crates.io license info --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.49.0