From 83ecc5a773de36730594ab87579d9db4a34eb7fd Mon Sep 17 00:00:00 2001 From: MikeTeddyOmondi Date: Thu, 8 Aug 2024 18:52:16 +0300 Subject: [PATCH] Updates: updated crate Cargo.toml - bug fixes, refactors & breaking changes (v0.2.0) --- intasend/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intasend/Cargo.toml b/intasend/Cargo.toml index d7a1eed..6102792 100644 --- a/intasend/Cargo.toml +++ b/intasend/Cargo.toml @@ -13,8 +13,8 @@ description = "A Rust SDK for the Intasend Payment Gateway" repository = "https://github.com/MikeTeddyOmondi/intasend-rs" keywords = [ "sdk", - "intasend", - "payment_gateway", + "intasend", + "payment-gateway", ] categories = ["sdk", "payment_gateway"] license = "MIT"