feat: event management and websocket for updates
This commit is contained in:
@@ -15,5 +15,8 @@ serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
axum-server = { version = "^0.7", features = ["tokio-rustls", "tls-rustls-no-provider"] }
|
||||
rustls = { version = "0.23", default-features = false, features = ["ring", "std"] }
|
||||
rcgen = "0.13.2"
|
||||
rcgen = { version = "0.13.2", features = ["pem", "x509-parser", "crypto"] }
|
||||
rustls-pki-types = "1.11.0"
|
||||
axum-msgpack = "0.4.0"
|
||||
sparse-actions = { version = "2.0.0", path = "../sparse-actions" }
|
||||
chrono = { version = "0.4.39", features = ["serde"] }
|
||||
|
||||
Reference in New Issue
Block a user