From 3ceed5e82bdcc7faa7ec57ff097c746b536b7eef Mon Sep 17 00:00:00 2001 From: Evan <0xIchigo@protonmail.com> Date: Fri, 10 May 2024 10:48:37 -0400 Subject: [PATCH] Add Keywords --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c5c2908..197b8a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,8 @@ name = "helius" version = "0.1.1" edition = "2021" -description ="An asynchronous Helius Rust SDK for building the future of Solana" +description = "An asynchronous Helius Rust SDK for building the future of Solana" +keywords = ["helius", "solana", "asynchronous-sdk", "das", "cryptocurrency"] repository = "https://github.com/helius-labs/helius-rust-sdk" docs = "https://docs.rs/helius/latest/helius/" license = "MIT"