mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 15:02:20 +01:00
Fix typo in lightning-net-tokio crate description.
This commit is contained in:
parent
06d3b20512
commit
174ccf5abe
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ license = "Apache-2.0"
|
|||
edition = "2018"
|
||||
description = """
|
||||
Implementation of the rust-lightning network stack using Tokio.
|
||||
For Rust-Lightning clients which wish to make direct connections to Lightning P2P nodes, this is a simple alternative to implementing the nerequired network stack, especially for those already using Tokio.
|
||||
For Rust-Lightning clients which wish to make direct connections to Lightning P2P nodes, this is a simple alternative to implementing the required network stack, especially for those already using Tokio.
|
||||
"""
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Add table
Reference in a new issue