From 63aa400fe28351a3ccdad9c3aa1552fe79a59631 Mon Sep 17 00:00:00 2001 From: GroovieGermanikus Date: Wed, 20 Dec 2023 10:19:15 +0100 Subject: [PATCH] add metadata for crates publishing --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d886ef7..7b9025f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "geyser-grpc-connector" version = "0.5.0+yellowstone.1.11" edition = "2021" +description = "Multiplexing and Reconnection on Yellowstone gRPC Geyser client streaming" +license = "Apache-2.0" +authors = ["GroovieGermanikus "] + [dependencies] # v1.11.0+solana.1.16.17 yellowstone-grpc-proto = "1.11.0"