Update package name to `ldk-sample`
authorElias Rohrer <ero@tnull.de>
Mon, 31 Oct 2022 15:31:58 +0000 (16:31 +0100)
committerElias Rohrer <ero@tnull.de>
Mon, 31 Oct 2022 15:31:58 +0000 (16:31 +0100)
So far the name was `ldk-tutorial-node`, we now update this to align
with the repository.

Cargo.toml

index ea92890a12848ab7210eb540286ac821ac84fb6e..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"