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