thesimplekid пре 1 година
родитељ
комит
7c76da5cfa
1 измењених фајлова са 1 додато и 1 уклоњено
  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