Skip to content

Commit

Permalink
feat: add more error types, implement update wallet functionality in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
driemworks committed Nov 10, 2024
1 parent f6b0dc6 commit 4d331ea
Show file tree
Hide file tree
Showing 6 changed files with 195 additions and 153 deletions.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ workspace = true
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
[dependencies]
totp-rs = { version = "5.5.1", default-features = false, optional = true }
codec = { package = "parity-scale-codec", version = "3.6.12", features = ["derive"], default-features = false }
etf-crypto-primitives = { git = "https://github.com/ideal-lab5/etf-sdk/", branch = "dev", default-features = false }
Expand Down
Loading

0 comments on commit 4d331ea

Please sign in to comment.