Closed munjalpatel closed 3 years ago
What Cargo & Rust version do you use?
I installed Rust yesterday. So the latest version of Rust and Cargo.
>>> rustc --version
rustc 1.21.0 (3b72af97e 2017-10-09)
>>> cargo --version
cargo 0.22.0 (3423351a5 2017-10-06)
Please clone with recursive: git clone --recursive https://github.com/anvie/litcrypt.rs
Should fixed now, please pull from the latest master branch.
Hello I am trying to use this in my project.
However, doing
cargo run
gives me the following error:I have aded this in my Cargo.toml
Here is my main.rs