RustyTaintChain
RustyTaintChain copied to clipboard
i get the error[E0463]: can't find crate for `csv`
Here is the error that i get after i run rustc bootstrap_taint_fifo.rs. any ideas?
error[E0463]: can't find crate for csv
--> bootstrap_taint_fifo.rs:1:1
|
1 | extern crate csv;
| ^^^^^^^^^^^^^^^^^ can't find crate
error: aborting due to previous error
For more information about this error, try rustc --explain E0463.