mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-24 05:25:18 +00:00
We aren't making use of it in these crates and it unblocks some web-related work Release Notes: - N/A or Added/Fixed/Improved ...
25 lines
504 B
TOML
25 lines
504 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
|
|
async-lock.workspace = true
|
|
thiserror.workspace = true
|
|
yawc.workspace = true
|