Fix typo in lightning-net-tokio crate description.

This commit is contained in:
Matt Corallo 2020-02-03 18:47:38 -05:00
parent 06d3b20512
commit 174ccf5abe

View File

@ -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]