Update package name to `ldk-sample`
[ldk-sample] / Cargo.toml
index 0f20050e8a63d17023978cf510272fbeee544553..b8cf0f886267532fc2470587e971ae5df67d7acd 100644 (file)
@@ -1,5 +1,5 @@
 [package]
-name = "ldk-tutorial-node"
+name = "ldk-sample"
 version = "0.1.0"
 authors = ["Valentine Wallace <vwallace@protonmail.com>"]
 license = "MIT OR Apache-2.0"
@@ -21,6 +21,7 @@ bitcoin = "0.29.0"
 bitcoin-bech32 = "0.12"
 bech32 = "0.8"
 hex = "0.3"
+libc = "0.2"
 
 futures = "0.3"
 chrono = "0.4"