Skip to content

Commit d13b270

Browse files
authored
Merge pull request #3666 from TheBlueMatt/2025-03-crate-tagline
Update crate tagline to highlight that it works
2 parents dd4b580 + 9001713 commit d13b270

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lightning/Cargo.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ authors = ["Matt Corallo"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/lightningdevkit/rust-lightning/"
77
description = """
8-
A Bitcoin Lightning library in Rust.
9-
Does most of the hard work, without implying a specific runtime, requiring clients implement basic network logic, chain interactions and disk storage.
10-
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.
8+
A Complete Bitcoin Lightning Library in Rust.
9+
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.
1110
"""
1211
edition = "2021"
1312

0 commit comments

Comments
 (0)