From 10958506e58972627927a1034cab12106a5d676c Mon Sep 17 00:00:00 2001 From: Celestial Date: Sat, 14 Feb 2026 20:48:31 +0100 Subject: [PATCH] fix(package): add required crates.io metadata fields --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c02c41e..8977396 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,13 @@ name = "slotstrike" version = "0.1.0" edition = "2024" license = "MIT" +description = "Low-latency Solana slotstrike runtime for event-driven token execution" +readme = "README.md" +repository = "https://github.com/Lythaeon/slotstrike" +homepage = "https://github.com/Lythaeon/slotstrike" +documentation = "https://docs.rs/slotstrike" +keywords = ["solana", "trading", "latency", "defi", "runtime"] +categories = ["command-line-utilities", "network-programming", "asynchronous"] [dependencies] futures-util = "0.3.30"