From d31fbf85f43bc111bd8d1d89299e664fc9c17355 Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Wed, 31 Jul 2024 18:40:10 +0000 Subject: [PATCH] add manifest --- Cargo.lock | 4 ++-- Cargo.toml | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8da27029..fd566101 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -732,9 +732,9 @@ dependencies = [ [[package]] name = "bytemuck" -version = "1.16.1" +version = "1.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e" +checksum = "102087e286b4677862ea56cf8fc58bb2cdfa8725c40ffb80fe3a008eb7f2fc83" dependencies = [ "bytemuck_derive", ] diff --git a/Cargo.toml b/Cargo.toml index 18d03723..16cfc874 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,14 @@ [package] name = "ore-cli" version = "1.0.0" -description = "A command line interface for ORE cryptocurrency mining." -license = "Apache-2.0" edition = "2021" +license = "Apache-2.0" +description = "A command line interface for ORE cryptocurrency mining." +documentation = "https://ore.supply" +homepage = "https://ore.supply" +repository = "https://github.com/regolith-labs/ore-cli" +readme = "./README.md" +keywords = ["solana", "crypto", "mining"] [[bin]] name = "ore"