fix: 'nut08' on cashu-js

This commit is contained in:
thesimplekid
2023-11-12 18:20:50 +00:00
parent 0c9f6057bd
commit 7c76da5cfa

View File

@@ -13,7 +13,7 @@ license.workspace = true
crate-type = ["lib", "cdylib"]
[dependencies]
cashu = { path = "../../crates/cashu"}
cashu = { path = "../../crates/cashu", features = ["nut08"] }
js-sys = "0.3.64"
serde-wasm-bindgen = "0.6.0"
serde_json.workspace = true