index-http 1.0.0

Fetch abstraction for Index.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "index-http"
version = "1.0.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
description = "Fetch abstraction for Index."
readme = "../../README.md"
documentation = "https://docs.rs/index-http"

[dependencies]
index-core = { path = "../index-core", version = "1.0.0" }
index-security = { path = "../index-security", version = "1.0.0" }
ureq = "3.3.0"

[lints]
workspace = true