diff --git a/contracts/admin/Cargo.toml b/contracts/admin/Cargo.toml index 9f7d293..22c7029 100644 --- a/contracts/admin/Cargo.toml +++ b/contracts/admin/Cargo.toml @@ -4,10 +4,12 @@ version = "0.1.0" edition = "2021" publish = false description = "Admin and access control module for bc-forge token contracts" -repository = "https://github.com/BCPathway/bc-forge" license = "MIT" +repository = "https://github.com/BCPathway/bc-forge" +homepage = "https://github.com/BCPathway/bc-forge" +readme = "../../README.md" keywords = ["soroban", "stellar", "smart-contract", "admin", "access-control"] -categories = ["cryptography::cryptocurrencies"] +categories = ["cryptography::cryptocurrencies", "wasm"] [lib] crate-type = ["rlib"] diff --git a/contracts/lifecycle/Cargo.toml b/contracts/lifecycle/Cargo.toml index a704e77..bcc54e2 100644 --- a/contracts/lifecycle/Cargo.toml +++ b/contracts/lifecycle/Cargo.toml @@ -4,10 +4,12 @@ version = "0.1.0" edition = "2021" publish = false description = "Pause/unpause lifecycle management for bc-forge contracts" -repository = "https://github.com/BCPathway/bc-forge" license = "MIT" +repository = "https://github.com/BCPathway/bc-forge" +homepage = "https://github.com/BCPathway/bc-forge" +readme = "../../README.md" keywords = ["soroban", "stellar", "smart-contract", "lifecycle", "pausable"] -categories = ["cryptography::cryptocurrencies"] +categories = ["cryptography::cryptocurrencies", "wasm"] [lib] crate-type = ["rlib"] diff --git a/contracts/token/Cargo.toml b/contracts/token/Cargo.toml index d06a5ab..e47a20e 100644 --- a/contracts/token/Cargo.toml +++ b/contracts/token/Cargo.toml @@ -4,10 +4,12 @@ version = "0.1.0" edition = "2021" publish = false description = "Core SEP-41 token contract for bc-forge with admin controls and pausable lifecycle" -repository = "https://github.com/BCPathway/bc-forge" license = "MIT" +repository = "https://github.com/BCPathway/bc-forge" +homepage = "https://github.com/BCPathway/bc-forge" +readme = "../../README.md" keywords = ["soroban", "stellar", "smart-contract", "token", "sep-41"] -categories = ["cryptography::cryptocurrencies"] +categories = ["cryptography::cryptocurrencies", "wasm"] [lib] crate-type = ["cdylib", "rlib"]