X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-net-tokio%2FCargo.toml;fp=lightning-net-tokio%2FCargo.toml;h=9c84b1353aeb460f7dc9821fa6b3f76dfad5a785;hb=174ccf5abe97ea506b2110334510169d7eea88a8;hp=c915220d64252d878b4c16083347743347b33524;hpb=06d3b2051279228ac6ce165d96e74a8e0c2753ac;p=rust-lightning diff --git a/lightning-net-tokio/Cargo.toml b/lightning-net-tokio/Cargo.toml index c915220d..9c84b135 100644 --- a/lightning-net-tokio/Cargo.toml +++ b/lightning-net-tokio/Cargo.toml @@ -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]