Skip to content

Commit

Permalink
docs: add Cargo manifest metadata for crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
uint committed Mar 22, 2024
1 parent 2733e9a commit 36cf409
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
5 changes: 5 additions & 0 deletions crates/cw-storey/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down
5 changes: 5 additions & 0 deletions crates/storey/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 36cf409

Please sign in to comment.