feat: reworked command processing and storage
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user