Browse Source

fix: 'nut08' on cashu-js

thesimplekid 1 year ago
parent
commit
7c76da5cfa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bindings/cashu-js/Cargo.toml

+ 1 - 1
bindings/cashu-js/Cargo.toml

@@ -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