cloud_api_types: Add types for WebSocket protocol (#35753)
This PR adds types for the Cloud WebSocket protocol to the `cloud_api_types` crate. Release Notes: - N/A
This commit is contained in:
parent
9358690337
commit
58392b9c13
5 changed files with 34 additions and 0 deletions
|
@ -461,6 +461,7 @@ bytes = "1.0"
|
|||
cargo_metadata = "0.19"
|
||||
cargo_toml = "0.21"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
ciborium = "0.2"
|
||||
circular-buffer = "1.0"
|
||||
clap = { version = "4.4", features = ["derive"] }
|
||||
cocoa = "0.26"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue