diff --git a/Cargo.toml b/Cargo.toml index 19a93ee4..3ff5bb80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/contracts/axone-cognitarium/Cargo.toml b/contracts/axone-cognitarium/Cargo.toml index f5dc39fc..43a89102 100644 --- a/contracts/axone-cognitarium/Cargo.toml +++ b/contracts/axone-cognitarium/Cargo.toml @@ -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 } diff --git a/contracts/axone-dataverse/Cargo.toml b/contracts/axone-dataverse/Cargo.toml index 3ed4e77f..66b4c8c2 100644 --- a/contracts/axone-dataverse/Cargo.toml +++ b/contracts/axone-dataverse/Cargo.toml @@ -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 } diff --git a/contracts/axone-law-stone/Cargo.toml b/contracts/axone-law-stone/Cargo.toml index b1c1c654..7f78c7af 100644 --- a/contracts/axone-law-stone/Cargo.toml +++ b/contracts/axone-law-stone/Cargo.toml @@ -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 } diff --git a/contracts/axone-objectarium/Cargo.toml b/contracts/axone-objectarium/Cargo.toml index 60258354..0f8c8347 100644 --- a/contracts/axone-objectarium/Cargo.toml +++ b/contracts/axone-objectarium/Cargo.toml @@ -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 }