Documentation can be found at [docs.rs](https://docs.rs/lightning/)
-Currently somewhere near 40% towards usable, published to see if there is any
+Currently somewhere near 50% towards usable, published to see if there is any
real interest from folks in using a lightning rust library.
The goal is to provide a full-featured but also incredibly flexible lightning
[package]
name = "lightning-net-tokio"
-version = "0.0.1"
+version = "0.0.2"
authors = ["Matt Corallo"]
license = "Apache-2.0"
description = """
[dependencies]
bitcoin = "0.21"
bitcoin_hashes = "0.7"
-lightning = { version = "0.0.9", path = "../lightning" }
+lightning = { version = "0.0.10", path = "../lightning" }
secp256k1 = "0.15"
tokio-codec = "0.1"
futures = "0.1"