]> Untitled Git - bdk-cli/commitdiff
Fix crates.io license info
authorSteve Myers <steve@notmandatory.org>
Fri, 8 Jan 2021 18:14:10 +0000 (10:14 -0800)
committerSteve Myers <steve@notmandatory.org>
Fri, 8 Jan 2021 18:14:10 +0000 (10:14 -0800)
Cargo.toml

index 516b31f2b5a79a66587fcfa00c9230347d7e0195..abb261fb885149a4d81a6ea3abb500da58023b84 100644 (file)
@@ -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"