hi there, I was attempting to install this project by running: cargo install --locked --git https://github.com/mipmip/mip.rs
I ran into this error during installation:
Compiling mip v0.1.1 (/Users/aljohri/.cargo/git/checkouts/mip.rs-47880692e69b80af/4781f3b)
error[E0433]: failed to resolve: use of undeclared crate or module `process`
--> src/main.rs:78:9
|
78 | process::exit(1);
| ^^^^^^^ use of undeclared crate or module `process`
For more information about this error, try `rustc --explain E0433`.
error: could not compile `mip` (bin "mip") due to previous error
error: failed to compile `mip v0.1.1 (https://github.com/mipmip/mip.rs#4781f3b9)`, intermediate artifacts can be found at `/var/folders/5c/jfx9vgnn149gzctb246q1ty40000gs/T/cargo-installMs8CEM`
hi there, I was attempting to install this project by running:
cargo install --locked --git https://github.com/mipmip/mip.rs
I ran into this error during installation: