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/"