mirror of
https://github.com/aljazceru/bitcoin-waila.git
synced 2025-12-17 04:54:18 +01:00
20 lines
618 B
TOML
20 lines
618 B
TOML
[package]
|
|
name = "waila-wasm"
|
|
version = "0.1.4"
|
|
edition = "2018"
|
|
authors = ["Ben Carman <benthecarman@live.com>", "Paul Miller <paul@pauljmiller.com>"]
|
|
license = "MIT"
|
|
homepage = "https://github.com/MutinyWallet/bitcoin-waila/"
|
|
repository = "https://github.com/MutinyWallet/bitcoin-waila/"
|
|
readme = "README.md"
|
|
documentation = "https://docs.rs/bitcoin-waila/"
|
|
description = "\"What am I looking at?\" A tool for decoding bitcoin-related strings."
|
|
keywords = ["lightning", "bitcoin", "bip21", "lnurl"]
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
bitcoin-waila = { path = "../waila" }
|
|
wasm-bindgen = "0.2.84"
|