mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
21 lines
417 B
TOML
21 lines
417 B
TOML
[package]
|
|
name = "fabro-http"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
publish = false
|
|
license.workspace = true
|
|
description = "Shared HTTP client utilities and reqwest wrappers for Fabro"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
fabro-static.workspace = true
|
|
reqwest = { workspace = true, features = ["blocking", "cookies"] }
|
|
thiserror.workspace = true
|
|
|
|
[dev-dependencies]
|
|
http = "1"
|