Skip to content

Commit

Permalink
js: update Catgo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Jan 20, 2024
1 parent 1ccc0cd commit 249bcf0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions webln-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,21 @@
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"]

[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

Expand Down

0 comments on commit 249bcf0

Please sign in to comment.