소스 검색

chore: cdk-cli rand feature

thesimplekid 5 달 전
부모
커밋
0be37aa9e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      crates/cdk-cli/Cargo.toml

+ 1 - 1
crates/cdk-cli/Cargo.toml

@@ -13,7 +13,7 @@ rust-version = "1.63.0" # MSRV
 
 [dependencies]
 anyhow = "1"
-bip39 = "2.0"
+bip39 = { version = "2.0", features = ["rand"] }
 cdk = { path = "../cdk", version = "0.7.0", default-features = false, features = ["wallet"]}
 cdk-redb = { path = "../cdk-redb", version = "0.7.0", default-features = false, features = ["wallet"] }
 cdk-sqlite = { path = "../cdk-sqlite", version = "0.7.0", default-features = false, features = ["wallet"] }