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:
@@ -2,11 +2,11 @@ use std::sync::Arc;
|
||||
|
||||
use axum::extract::State;
|
||||
use axum::http::StatusCode;
|
||||
use orca::diag_device::DiagDevice;
|
||||
use orca::diag_reader::DiagReader;
|
||||
use rayhunter::diag_device::DiagDevice;
|
||||
use rayhunter::diag_reader::DiagReader;
|
||||
use tokio::sync::RwLock;
|
||||
use tokio::sync::mpsc::{Receiver, self};
|
||||
use orca::qmdl::QmdlWriter;
|
||||
use rayhunter::qmdl::QmdlWriter;
|
||||
use log::{debug, info};
|
||||
use tokio::sync::mpsc::error::TryRecvError;
|
||||
use tokio::task::JoinHandle;
|
||||
|
||||
Reference in New Issue
Block a user