Add coracle-wasm bindings
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "coracle-wasm"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Web bindings for coracle-lib via wasm-bindgen"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
coracle-lib = { path = "../coracle-lib" }
|
||||
wasm-bindgen = "0.2"
|
||||
serde-wasm-bindgen = "0.6"
|
||||
serde_json = "1"
|
||||
hex = "0.4"
|
||||
secp256k1 = "0.29"
|
||||
Reference in New Issue
Block a user