From 249bcf0503d2a8af03df1adac49e09ab61baec30 Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Sat, 20 Jan 2024 15:51:03 +0100 Subject: [PATCH] js: update Catgo.toml --- webln-js/Cargo.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/webln-js/Cargo.toml b/webln-js/Cargo.toml index 8a3b349..2d5742e 100644 --- a/webln-js/Cargo.toml +++ b/webln-js/Cargo.toml @@ -2,8 +2,13 @@ name = "webln-js" version = "0.1.0" edition = "2021" +description = "WebLN for WASM bindings" authors.workspace = true -publish = false +homepage.workspace = true +repository.workspace = true +license.workspace = true +rust-version.workspace = true +keywords = ["webln", "lightning", "bitcoin", "javascript"] [lib] crate-type = ["lib", "cdylib"] @@ -11,7 +16,7 @@ crate-type = ["lib", "cdylib"] [dependencies] console_error_panic_hook = "0.1" js-sys.workspace = true -webln = { path = "../webln", default-features = false } +webln = { version = "0.1", path = "../webln", default-features = false } wasm-bindgen.workspace = true wasm-bindgen-futures.workspace = true