feat: reworked command processing and storage

This commit is contained in:
Andrew Rioux
2025-02-23 18:29:12 -05:00
parent ceb4aa808e
commit 5ed8efca94
36 changed files with 710 additions and 295 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
[package]
name = "sparse-beacon"
version = "0.7.0"
version.workspace = true
edition = "2021"
publish = false
@@ -29,9 +29,9 @@ http-body = "1.0.1"
rmp-serde = "1.3.0"
cron = "0.13.0"
pcap-sys = { version = "0.1.0", path = "../pcap-sys" }
sparse-actions = { version = "2.0.0", path = "../sparse-actions" }
packets = { version = "0.1.0", path = "../packets" }
pcap-sys = { path = "../pcap-sys" }
sparse-actions = { path = "../sparse-actions", features = ["beacon"] }
packets = { path = "../packets" }
[features]
openssl = ["dep:rustls-openssl"]