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"]