From 8ff0b6d70d6082d8d9003dce36e7dee5ff99da53 Mon Sep 17 00:00:00 2001 From: Sebastien Guillemot Date: Thu, 21 Dec 2023 21:19:10 +0900 Subject: [PATCH] Update CML main crate metadata --- cml/wasm/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cml/wasm/Cargo.toml b/cml/wasm/Cargo.toml index 5040b72e..f7866d57 100644 --- a/cml/wasm/Cargo.toml +++ b/cml/wasm/Cargo.toml @@ -2,6 +2,12 @@ name = "cardano-multiplatform-lib" version = "4.0.1" edition = "2018" +keywords = ["cardano"] +license = "MIT" +description = "Multiplatform WASM SDK containing the most common CML crates for Cardano blockchain functionality" +documentation = "https://github.com/dcSpark/cardano-multiplatform-lib/docs" +repository = "https://github.com/dcSpark/cardano-multiplatform-lib" +readme = "../../README.md" [lib] crate-type = ["cdylib", "rlib"]