Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build/update metadata #676

Merged
merged 2 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading