Split bin dir into separate daemon and check dirs

This lets us manage their increasingly disparate dependencies separately
This commit is contained in:
Will Greenberg
2025-06-27 10:19:19 -07:00
committed by Cooper Quintin
parent 5bb3dc9db5
commit da18a1f9da
69 changed files with 21 additions and 20 deletions
Generated
+12 -2
View File
@@ -2364,6 +2364,18 @@ dependencies = [
"tokio",
]
[[package]]
name = "rayhunter-check"
version = "0.4.0"
dependencies = [
"clap",
"futures",
"log",
"rayhunter",
"simple_logger",
"tokio",
]
[[package]]
name = "rayhunter-daemon"
version = "0.4.0"
@@ -2372,7 +2384,6 @@ dependencies = [
"async_zip",
"axum",
"chrono",
"clap",
"env_logger 0.11.8",
"futures",
"futures-macro",
@@ -2383,7 +2394,6 @@ dependencies = [
"rayhunter",
"serde",
"serde_json",
"simple_logger",
"tempfile",
"thiserror 1.0.69",
"tokio",