mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-29 21:49:33 +00:00
23 lines
347 B
TOML
23 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
|