diff options
| author | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2023-05-17 20:13:07 +0200 |
|---|---|---|
| committer | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2023-05-17 20:13:07 +0200 |
| commit | 1535fcf9e16c9b65101ae29f15ba803ec582afdf (patch) | |
| tree | caf0f388e38d38edaa5a063bbdf88dc896f94478 /src/lib.rs | |
| parent | 7050aae7b52743bfdfca661dd522f879c16c3cf5 (diff) | |
lock rayon version
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -856,6 +856,7 @@ pub extern "C" fn CorePluginInit() -> bool { // TODO: (maybe) if signature not found, maybe go back a few instructions and attempt to create a signature with an offset. // external_logger::init().unwrap(); + log::info!("binja_coolsigmaker by unknowntrojan loaded!"); log::info!("say hello to the little ninja in your binja"); // #[cfg(debug_assertions)] |
