Renamed library crate to rayhunter, binary to rayhunter-daemon

The produced binary is still called rayhunter though!
This commit is contained in:
Will Greenberg
2024-01-30 10:07:11 -08:00
parent 87f18c0c8b
commit ed9d2b41d7
10 changed files with 38 additions and 36 deletions
Generated
+16 -16
View File
@@ -750,21 +750,6 @@ version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "orca"
version = "0.1.0"
dependencies = [
"bytes",
"chrono",
"crc",
"deku",
"env_logger",
"libc",
"log",
"pcap-file",
"thiserror",
]
[[package]]
name = "parking_lot"
version = "0.12.1"
@@ -902,6 +887,21 @@ checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
[[package]]
name = "rayhunter"
version = "0.1.0"
dependencies = [
"bytes",
"chrono",
"crc",
"deku",
"env_logger",
"libc",
"log",
"pcap-file",
"thiserror",
]
[[package]]
name = "rayhunter-daemon"
version = "0.1.0"
dependencies = [
"axum",
"chrono",
@@ -911,7 +911,7 @@ dependencies = [
"include_dir",
"log",
"mime_guess",
"orca",
"rayhunter",
"serde",
"tempdir",
"thiserror",