Skip to content

Commit

Permalink
[cli] simplify the key store file
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar committed May 28, 2024
1 parent dbc7c33 commit 50ee00b
Show file tree
Hide file tree
Showing 13 changed files with 394 additions and 602 deletions.
182 changes: 25 additions & 157 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/rooch-key/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = { workspace = true }
bip32 = { workspace = true }
bitcoin = { workspace = true }
enum_dispatch = {workspace = true }
derive_more = { workspace = true }
eyre = { workspace = true }
Expand Down
Loading

0 comments on commit 50ee00b

Please sign in to comment.