From f3928e085de8ed2a1104e7cf4072b41983685528 Mon Sep 17 00:00:00 2001 From: Jon C Date: Wed, 2 Oct 2024 22:07:17 -0400 Subject: [PATCH] Add description to Cargo.toml --- rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 7ce442c..8ecc89b 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "solana-rpc-get-stake-activation" version = "0.1.0" +description = "Client-side implementation of Solana RPC's GetStakeActivation" documentation = "https://docs.rs/solana-rpc-get-stake-activation" authors = ["Anza Maintainers "] repository = "https://github.com/anza-xyz/solana-rpc-client-extensions"