chore: add license to cdk-commion

This commit is contained in:
thesimplekid
2025-02-06 13:38:52 +00:00
parent be5e5d2371
commit d0a6975b40

View File

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