From d0a6975b40a4cddd8a09e4363e52dd5ae9bf4398 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Thu, 6 Feb 2025 13:38:52 +0000 Subject: [PATCH] chore: add license to cdk-commion --- crates/cdk-common/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/cdk-common/Cargo.toml b/crates/cdk-common/Cargo.toml index ece6cf58..5f70199b 100644 --- a/crates/cdk-common/Cargo.toml +++ b/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"]