mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-27 07:59:59 -07:00
Renamed library crate to rayhunter, binary to rayhunter-daemon
The produced binary is still called rayhunter though!
This commit is contained in:
@@ -17,10 +17,10 @@ use crate::error::RayhunterError;
|
||||
use axum::response::Redirect;
|
||||
use diag::{DiagDeviceCtrlMessage, start_recording, stop_recording};
|
||||
use log::{info, error};
|
||||
use orca::diag_device::DiagDevice;
|
||||
use rayhunter::diag_device::DiagDevice;
|
||||
use axum::routing::{get, post};
|
||||
use axum::Router;
|
||||
use orca::qmdl::QmdlWriter;
|
||||
use rayhunter::qmdl::QmdlWriter;
|
||||
use stats::get_qmdl_manifest;
|
||||
use tokio::sync::mpsc::{self, Sender};
|
||||
use tokio::task::JoinHandle;
|
||||
|
||||
Reference in New Issue
Block a user