Add this dependency to the Cargo.toml file:
Cargo.toml
[dependencies] iron = "0.4.0"
Run cargo build and Cargo will download and install the specified version of Iron.
cargo build