diff --git a/lightning/Cargo.toml b/lightning/Cargo.toml index 5fc763f7e5f..07f17159d59 100644 --- a/lightning/Cargo.toml +++ b/lightning/Cargo.toml @@ -5,9 +5,8 @@ authors = ["Matt Corallo"] license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning/" description = """ -A Bitcoin Lightning library in Rust. -Does most of the hard work, without implying a specific runtime, requiring clients implement basic network logic, chain interactions and disk storage. -Still missing tons of error-handling. See GitHub issues for suggested projects if you want to contribute. Don't have to bother telling you not to use this for anything serious, because you'd have to build a client around it to even try. +A Complete Bitcoin Lightning Library in Rust. +Handles the core functionality of the Lightning Network, allowing clients to implement custom wallet, chain interactions, storage and network logic without enforcing a specific runtime. """ edition = "2021"