gitea-rs/crates/gitea-client/Cargo.toml
kjuulh 9f6e0cdc80
feat: add repo
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-09-23 22:30:11 +02:00

18 lines
525 B
TOML

[package]
name = "gitea-client"
version = "1.22.1"
authors = ["OpenAPI Generator team and contributors", "kjuulh"]
description = "This documentation describes the Gitea API."
repository = "https://git.front.kjuulh.io/kjuulh/gitea-rs"
license = "MIT"
edition = "2021"
publish = true
[dependencies]
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"
serde_repr = "^0.1"
url = "^2.5"
uuid = { version = "^1.8", features = ["serde", "v4"] }
reqwest = { version = "^0.12", features = ["json", "multipart"] }