Initial commit
[ldk-sample] / Cargo.toml
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644 (file)
index 0000000..66b986c
--- /dev/null
@@ -0,0 +1,9 @@
+[package]
+name = "ldk-tutorial-node"
+version = "0.1.0"
+authors = ["Valentine Wallace <vwallace@protonmail.com>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]