zed/crates/isahc_http_client/Cargo.toml
Piotr Osiewicz 2c8a6ee7cc
remote_server: Remove dependency on libssl and libcrypto (#15446)
Fixes: #15599
Release Notes:

- N/A

---------

Co-authored-by: Mikayla <mikayla@zed.dev>
Co-authored-by: Conrad <conrad@zed.dev>
2024-09-18 23:29:34 +02:00

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]
http_client.workspace = true
isahc.workspace = true
futures.workspace = true
anyhow.workspace = true
util.workspace = true