Skip to content

Commit

Permalink
build(project): update metadata with keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Dec 13, 2024
1 parent 012021b commit a6c766c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ resolver = "2"
authors = ["AXONE"]
edition = "2021"
homepage = "https://axone.xyz/"
keywords = ["cosmwasm", "blockchain"]
license = "BSD-3-Clause"
repository = "https://github.com/axone-protocol/contracts"
rust-version = "1.75"
Expand Down
1 change: 1 addition & 0 deletions contracts/axone-cognitarium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ 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 }
keywords = { workspace = true }
license = { workspace = true }
name = "axone-cognitarium"
repository = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions contracts/axone-dataverse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ authors = { workspace = true }
description = "The Smart Contract overseeing and managing the Dataverse in the AXONE ecosystem."
edition = { workspace = true }
homepage = { workspace = true }
keywords = { workspace = true }
license = { workspace = true }
name = "axone-dataverse"
repository = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions contracts/axone-law-stone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ authors = { workspace = true }
description = "The Smart Contract providing Governance as a Service."
edition = { workspace = true }
homepage = { workspace = true }
keywords = { workspace = true }
license = { workspace = true }
name = "axone-law-stone"
repository = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions contracts/axone-objectarium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ authors = { workspace = true }
description = "A Smart Contract which enables the storage of arbitrary unstructured Objects."
edition = { workspace = true }
homepage = { workspace = true }
keywords = { workspace = true }
license = { workspace = true }
name = "axone-objectarium"
repository = { workspace = true }
Expand Down

0 comments on commit a6c766c

Please sign in to comment.