
This PR adds a new WebSocket connection to Cloud. This connection will be used to push down notifications from the server to the client. Release Notes: - N/A --------- Co-authored-by: Marshall Bowers <git@maxdeviant.com>
24 lines
481 B
TOML
24 lines
481 B
TOML
[package]
|
|
name = "cloud_api_client"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/cloud_api_client.rs"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
cloud_api_types.workspace = true
|
|
futures.workspace = true
|
|
gpui.workspace = true
|
|
gpui_tokio.workspace = true
|
|
http_client.workspace = true
|
|
parking_lot.workspace = true
|
|
serde_json.workspace = true
|
|
workspace-hack.workspace = true
|
|
yawc.workspace = true
|