https://docs.iroha.tech/blockchain/wasm.html
The iroha_wasm crate not found on the repo that referenced on the Cargo.toml file.
I can't run the cargo run --release command to submit and run the smart contract.

The following is my Cargo.toml file
[package]
name = "client"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ['cdylib']
[dependencies]
iroha_wasm = { git = "https://github.com/hyperledger-iroha/iroha" }
https://docs.iroha.tech/blockchain/wasm.html
The
iroha_wasmcrate not found on the repo that referenced on the Cargo.toml file.I can't run the
cargo run --releasecommand to submit and run the smart contract.The following is my
Cargo.tomlfile