Skip to content

Commit

Permalink
Merge pull request #676 from axone-protocol/build/update-metadata
Browse files Browse the repository at this point in the history
Build/update metadata
  • Loading branch information
ccamel authored Dec 13, 2024
2 parents 6b637ba + a6c766c commit 446ae2c
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 10 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ resolver = "2"
authors = ["AXONE"]
edition = "2021"
homepage = "https://axone.xyz/"
license-file = "LICENSE"
keywords = ["cosmwasm", "blockchain"]
license = "BSD-3-Clause"
repository = "https://github.com/axone-protocol/contracts"
rust-version = "1.75"
version = "6.0.0"
Expand Down
3 changes: 2 additions & 1 deletion contracts/axone-cognitarium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ authors = { workspace = true }
description = "A CosmWasm Smart Contract which enables the storage and querying of Semantic data using RDF, which represents information as semantic triples."
edition = { workspace = true }
homepage = { workspace = true }
license-file = { workspace = true }
keywords = { workspace = true }
license = { workspace = true }
name = "axone-cognitarium"
repository = { workspace = true }
rust-version = { workspace = true }
Expand Down
3 changes: 2 additions & 1 deletion contracts/axone-dataverse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ authors = { workspace = true }
description = "The Smart Contract overseeing and managing the Dataverse in the AXONE ecosystem."
edition = { workspace = true }
homepage = { workspace = true }
license-file = { workspace = true }
keywords = { workspace = true }
license = { workspace = true }
name = "axone-dataverse"
repository = { workspace = true }
rust-version = { workspace = true }
Expand Down
3 changes: 2 additions & 1 deletion contracts/axone-law-stone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ authors = { workspace = true }
description = "The Smart Contract providing Governance as a Service."
edition = { workspace = true }
homepage = { workspace = true }
license-file = { workspace = true }
keywords = { workspace = true }
license = { workspace = true }
name = "axone-law-stone"
repository = { workspace = true }
rust-version = { workspace = true }
Expand Down
3 changes: 2 additions & 1 deletion contracts/axone-objectarium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ authors = { workspace = true }
description = "A Smart Contract which enables the storage of arbitrary unstructured Objects."
edition = { workspace = true }
homepage = { workspace = true }
license-file = { workspace = true }
keywords = { workspace = true }
license = { workspace = true }
name = "axone-objectarium"
repository = { workspace = true }
rust-version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion packages/axone-cognitarium-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "axone-cognitarium-client"

description = "A client library for the Axone Cognitarium Smart Contract."
homepage = { workspace = true }
license-file = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
version = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion packages/axone-logic-bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "axone-logic-bindings"

description = "A library defining the bindings for querying the AXONE logic module."
homepage = { workspace = true }
license-file = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
version = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion packages/axone-objectarium-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "axone-objectarium-client"

description = "A client library for the Axone Objectarium Smart Contract."
homepage = { workspace = true }
license-file = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
version = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion packages/axone-rdf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "axone-rdf"

description = "Utility library offering essential components for efficiently handling RDF data within the Axone protocol."
homepage = { workspace = true }
license-file = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
version = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion packages/axone-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "axone-wasm"

description = "A library that defines CosmWasm URIs, enabling the identification of blockchain resources by referencing specific instantiated smart contracts."
homepage = { workspace = true }
license-file = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
version = { workspace = true }

Expand Down

0 comments on commit 446ae2c

Please sign in to comment.