Skip to content

Commit a6c766c

Browse files
committed
build(project): update metadata with keywords
1 parent 012021b commit a6c766c

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ resolver = "2"
66
authors = ["AXONE"]
77
edition = "2021"
88
homepage = "https://axone.xyz/"
9+
keywords = ["cosmwasm", "blockchain"]
910
license = "BSD-3-Clause"
1011
repository = "https://github.com/axone-protocol/contracts"
1112
rust-version = "1.75"

contracts/axone-cognitarium/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ authors = { workspace = true }
33
description = "A CosmWasm Smart Contract which enables the storage and querying of Semantic data using RDF, which represents information as semantic triples."
44
edition = { workspace = true }
55
homepage = { workspace = true }
6+
keywords = { workspace = true }
67
license = { workspace = true }
78
name = "axone-cognitarium"
89
repository = { workspace = true }

contracts/axone-dataverse/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ authors = { workspace = true }
33
description = "The Smart Contract overseeing and managing the Dataverse in the AXONE ecosystem."
44
edition = { workspace = true }
55
homepage = { workspace = true }
6+
keywords = { workspace = true }
67
license = { workspace = true }
78
name = "axone-dataverse"
89
repository = { workspace = true }

contracts/axone-law-stone/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ authors = { workspace = true }
33
description = "The Smart Contract providing Governance as a Service."
44
edition = { workspace = true }
55
homepage = { workspace = true }
6+
keywords = { workspace = true }
67
license = { workspace = true }
78
name = "axone-law-stone"
89
repository = { workspace = true }

contracts/axone-objectarium/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ authors = { workspace = true }
33
description = "A Smart Contract which enables the storage of arbitrary unstructured Objects."
44
edition = { workspace = true }
55
homepage = { workspace = true }
6+
keywords = { workspace = true }
67
license = { workspace = true }
78
name = "axone-objectarium"
89
repository = { workspace = true }

0 commit comments

Comments
 (0)