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"