1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "httpcli"
version = "0.3.0"
edition = "2024"
description = "Http client"
authors = ["Saúl Valdelvira <saul@saulv.es>"]
license = "MIT"
repository = "https://git.saulv.es/http-server"

[[bin]]
name = "http-client"
path = "src/main.rs"

[dependencies]
http.workspace = true