Skip to content

Commit

Permalink
support hsm (#34)
Browse files Browse the repository at this point in the history
* support hsm

* readme

* readme

* refactor

Co-authored-by: Yan Chen <yan.chen@dfinity.org>
  • Loading branch information
chenyan2002 and chenyan-dfinity authored Aug 31, 2022
1 parent 5e6a75d commit 9f163ef
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 78 deletions.
152 changes: 105 additions & 47 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ic-repl"
version = "0.3.0"
version = "0.3.1"
authors = ["DFINITY Team"]
edition = "2018"

Expand All @@ -20,6 +20,7 @@ pretty = "0.10.0"
pem = "1.0"
shellexpand = "2.1"
ic-agent = "0.20.0"
ic-identity-hsm = "0.20.0"
ic-wasm = "0.1"
inferno = "0.11"
walrus = "0.19"
Expand All @@ -31,6 +32,7 @@ logos = "0.12"
lalrpop-util = "0.19"
clap = { version = "3.2", features = ["derive"] }
ring = "0.16"
rpassword = "7.0"
serde = "1.0"
serde_json = "1.0"
hex = { version = "0.4", features = ["serde"] }
Expand Down
Loading

0 comments on commit 9f163ef

Please sign in to comment.