From f06022c76592644b14ae4ecb34dfd872357d2283 Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Wed, 13 Mar 2024 13:11:45 +0000 Subject: [PATCH] update cargo toml --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3b57759..57a0e6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "ore-program" version = "0.0.3" -description = "Ore is a cryptocurrency everyone can mine" +description = "Ore is a digital currency you can mine from anywhere, at home or on your phone." edition = "2021" license = "Apache-2.0" homepage = "https://ore.supply" +documentation = "https://ore.supply" repository = "https://github.com/hardhatchad/ore" -documentation = "https://github.com/hardhatchad/ore" readme = "./README.md" -keywords = ["solana"] +keywords = ["solana", "crypto", "mining"] [lib] crate-type = ["cdylib", "lib"]