with gitea client

This commit is contained in:
2022-11-24 23:27:19 +01:00
parent 71076a6c21
commit 9f2bc08429
344 changed files with 48419 additions and 33 deletions

View File

@@ -1,8 +1,17 @@
[package]
name = "gitea_raw_client"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
version = "1.17.3"
authors = ["OpenAPI Generator team and contributors"]
description = "This documentation describes the Gitea API."
license = "MIT"
edition = "2018"
[dependencies]
serde = "^1.0"
serde_derive = "^1.0"
serde_json = "^1.0"
url = "^2.2"
uuid = { version = "^1.0", features = ["serde"] }
[dependencies.reqwest]
version = "^0.11"
features = ["json", "multipart"]