瀏覽代碼

chore: add license to cdk-commion

thesimplekid 1 月之前
父節點
當前提交
d0a6975b40
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      crates/cdk-common/Cargo.toml

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

@@ -2,8 +2,12 @@
 name = "cdk-common"
 name = "cdk-common"
 version = "0.7.0"
 version = "0.7.0"
 edition = "2021"
 edition = "2021"
+authors = ["CDK Developers"]
 description = "CDK common types and traits"
 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
 rust-version = "1.63.0"                     # MSRV
+license = "MIT"
 
 
 [features]
 [features]
 default = ["mint", "wallet"]
 default = ["mint", "wallet"]