From: Elias Rohrer Date: Mon, 31 Oct 2022 15:31:58 +0000 (+0100) Subject: Update package name to `ldk-sample` X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-sample;a=commitdiff_plain;h=f4ad8872014c4e57ec7ae770bee6404e61a1c7cc Update package name to `ldk-sample` So far the name was `ldk-tutorial-node`, we now update this to align with the repository. --- 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"