http-request-derive-client 0.2.0

Use derive to create HTTP requests - client interface
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SPDX-FileCopyrightText: OpenTalk GmbH <mail@opentalk.eu>
#
# SPDX-License-Identifier: MIT OR Apache-2.0

[package]
description = "Use derive to create HTTP requests - client interface"
edition.workspace = true
license.workspace = true
name = "http-request-derive-client"
publish.workspace = true
repository.workspace = true
version = "0.2.0"

[dependencies]
async-trait.workspace = true
http-request-derive.workspace = true