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"