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"