Skip to content

Commit

Permalink
build(cargo): altered cargo fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamesmallon1 committed Jan 4, 2024
1 parent fc6d383 commit 07c7f5d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
[package]
name = "solana-block-cacher"
version = "0.1.0"
version = "1.0.0"
license = "MIT"
description = "Solana Block Cacher is a high-performance, command-line interface (CLI) tool built in Rust. It is designed to efficiently pull blocks from the Solana blockchain, respecting the specified rate limits. This tool intelligently measures the user's connection speed and the rate limit to calculate the optimum number of threads for fetching blocks."
homepage = "https://github.com/Jamesmallon1/solana-block-cacher"
repository = "https://github.com/Jamesmallon1/solana-block-cacher"
readme = "README.md"
keywords = ["solana", "blocks", "block", "cache"]
categories = ["command-line-utilities"]
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 07c7f5d

Please sign in to comment.