From 251715cc704bf89eb04b719c29afe17614a9c3be Mon Sep 17 00:00:00 2001 From: Wil Boayue Date: Sat, 9 Nov 2024 23:43:47 -0800 Subject: [PATCH] update desc (#171) Co-authored-by: Wil Boayue --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e4f3785..4b449b43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "ibapi" version = "1.0.0" edition = "2021" authors = ["Wil Boayue "] -description = "Unofficial Rust implementation of the Interactive Brokers TWS API, providing a reliable and user friendly interface for TWS and IB Gateway. Designed with a focus on simplicity, ensuring smooth integration into trading systems." +description = "A Rust implementation of the Interactive Brokers TWS API, providing a reliable and user friendly interface for TWS and IB Gateway. Designed with a focus on simplicity and performance." readme = "README.md" homepage = "https://github.com/wboayue/rust-ibapi/" repository = "https://github.com/wboayue/rust-ibapi/"