cargo rustc --manifest-path ./engine/Cargo.toml --bin engine --release --no-default-features --features release --features spsa -- -C target-cpu=native --emit link=Tcheran-0ADCB69B-B1CA130B
   Compiling find-msvc-tools v0.1.4
   Compiling shlex v1.3.0
   Compiling cc v1.2.41
   Compiling engine v9.0.0 (/tmp/tmphoxr84wi/Tcheran/Tcheran-tmp/engine)
error[E0433]: failed to resolve: use of unresolved module or unlinked crate `params`
   --> engine/src/engine/search/time_control.rs:202:26
    |
202 |                 .mul_f32(params::BEST_MOVE_STABILITY_TIME_MULTIPLIERS[self.best_move_stability]);
    |                          ^^^^^^ use of unresolved module or unlinked crate `params`
    |
    = help: if you wanted to use a crate named `params`, use `cargo add params` to add it to your `Cargo.toml`

For more information about this error, try `rustc --explain E0433`.
error: could not compile `engine` (lib) due to 1 previous error
make: *** [Makefile:10: openbench] Error 101