From ef0efcc1a4a9839fcd132dd5c2909780bf393cff Mon Sep 17 00:00:00 2001 From: Raghavendra Balgi Date: Tue, 25 Aug 2020 18:43:28 +0530 Subject: [PATCH] Updated description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16aee83..8c73040 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "iso8583_rs" version = "0.1.10" authors = ["Raghavendra Balgi "] edition = "2018" -description = "A library to define/parse/assemble and send/receive (via TCP) an ISO8583 message" +description = "A library to define ISO8583 specifications and parse, assemble, send/receive (via TCP) ISO8583 messages" license = "Apache-2.0" publish = true repository = "https://github.com/rkbalgi/iso8583_rs"