Skip to content

Commit

Permalink
[fix] #1922: Move crypto_cli into tools
Browse files Browse the repository at this point in the history
Signed-off-by: Sam H. Smith <[email protected]>
  • Loading branch information
SamHSmith authored and appetrosyan committed Mar 31, 2022
1 parent adf1ad8 commit 892c2d2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
"core/docs",
"core/test_network",
"crypto",
"crypto_cli",
"tools/crypto_cli",
"data_model",
"data_model/primitives",
"futures",
Expand Down
2 changes: 1 addition & 1 deletion crypto_cli/Cargo.toml → tools/crypto_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
iroha_crypto = { version = "=2.0.0-pre-rc.3", path = "../crypto" }
iroha_crypto = { version = "=2.0.0-pre-rc.3", path = "../../crypto" }

clap = "2.33.0"
color-eyre = "0.5.11"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 892c2d2

Please sign in to comment.