mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-15 06:40:17 +00:00
2cd9a88f53
This PR does some clean up after #15446. Release Notes: - N/A
22 lines
347 B
TOML
22 lines
347 B
TOML
[package]
|
|
name = "isahc_http_client"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[features]
|
|
test-support = []
|
|
|
|
[lib]
|
|
path = "src/isahc_http_client.rs"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
futures.workspace = true
|
|
http_client.workspace = true
|
|
isahc.workspace = true
|
|
util.workspace = true
|