From 36cf409be23483fe851f0faa2448d039f0b51a25 Mon Sep 17 00:00:00 2001 From: Tomasz Kurcz Date: Fri, 22 Mar 2024 11:58:13 +0100 Subject: [PATCH] docs: add Cargo manifest metadata for crates.io --- Cargo.toml | 4 ++++ crates/cw-storey/Cargo.toml | 5 +++++ crates/storey/Cargo.toml | 5 +++++ 3 files changed, 14 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8ad54a2..d64e2cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,10 @@ resolver = "2" [workspace.package] authors = ["Tomasz Kurcz", "Confio GmbH"] license = "Apache-2.0" +repository = "https://github.com/CosmWasm/storey" +homepage = "https://cosmwasm.com/" +categories = ["cryptography::cryptocurrencies"] +keywords = ["CosmWasm"] [workspace.dependencies] storey = { path = "crates/storey", version = "0.1.0" } diff --git a/crates/cw-storey/Cargo.toml b/crates/cw-storey/Cargo.toml index a80e7d7..8128179 100644 --- a/crates/cw-storey/Cargo.toml +++ b/crates/cw-storey/Cargo.toml @@ -1,6 +1,11 @@ [package] name = "cw-storey" +description = "storey integration for CosmWasm" authors = { workspace = true } +repository = { workspace = true } +homepage = { workspace = true } +categories = { workspace = true } +keywords = { workspace = true } version = "0.1.0" edition = "2021" license = { workspace = true } diff --git a/crates/storey/Cargo.toml b/crates/storey/Cargo.toml index 68765c3..2de8fdf 100644 --- a/crates/storey/Cargo.toml +++ b/crates/storey/Cargo.toml @@ -1,6 +1,11 @@ [package] name = "storey" +description = "Storage abstractions for blockchains" authors = { workspace = true } +repository = { workspace = true } +homepage = { workspace = true } +categories = { workspace = true } +keywords = { workspace = true } version = "0.1.0" edition = "2021" rust-version = "1.65" # https://caniuse.rs/features/generic_associated_types