From f4ad8872014c4e57ec7ae770bee6404e61a1c7cc Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Mon, 31 Oct 2022 16:31:58 +0100 Subject: [PATCH] Update package name to `ldk-sample` So far the name was `ldk-tutorial-node`, we now update this to align with the repository. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea92890..b8cf0f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "ldk-tutorial-node" +name = "ldk-sample" version = "0.1.0" authors = ["Valentine Wallace "] license = "MIT OR Apache-2.0" -- 2.30.2