feat: made beacon search and list better
This commit is contained in:
@@ -40,14 +40,16 @@ hex = { version = "0.4", optional = true }
|
||||
serde = "1.0"
|
||||
cfg-if = "1.0.0"
|
||||
rcgen = { version = "0.13.2", features = ["pem", "x509-parser", "crypto"], optional = true }
|
||||
cron = { version = "0.15.0", optional = true }
|
||||
cron = { version = "0.13.0", optional = true }
|
||||
rustls-pki-types = { version = "1.7", optional = true }
|
||||
rand = { version = "0.9", optional = true }
|
||||
serde_json = "1.0.139"
|
||||
send_wrapper = "0.6.0"
|
||||
duration-str = { version = "0.13.0", default-features = false, features = ["chrono"] }
|
||||
regex = "1.11.1"
|
||||
|
||||
sparse-actions = { path = "../sparse-actions", optional = true }
|
||||
sparse-handler = { path = "../sparse-handler", optional = true }
|
||||
serde_json = "1.0.139"
|
||||
send_wrapper = "0.6.0"
|
||||
|
||||
[features]
|
||||
embed-beacons = []
|
||||
|
||||
Reference in New Issue
Block a user