소스 검색

fix: 'nut08' on cashu-js

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