Browse Source

chore: add license to cdk-commion

thesimplekid 1 month ago
parent
commit
d0a6975b40
1 changed files with 4 additions and 0 deletions
  1. 4 0
      crates/cdk-common/Cargo.toml

+ 4 - 0
crates/cdk-common/Cargo.toml

@@ -2,8 +2,12 @@
 name = "cdk-common"
 version = "0.7.0"
 edition = "2021"
+authors = ["CDK Developers"]
 description = "CDK common types and traits"
+homepage = "https://github.com/cashubtc/cdk"
+repository = "https://github.com/cashubtc/cdk.git"
 rust-version = "1.63.0"                     # MSRV
+license = "MIT"
 
 [features]
 default = ["mint", "wallet"]