14 lines
401 B
TOML
14 lines
401 B
TOML
[package]
|
|
name = "gotcha_gitea"
|
|
version = "0.1.0"
|
|
description = "A small, reusable Rust client for the Gitea API"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
gitea-openapi = { package = "gitea-client", version = "=1.25.2", default-features = false, features = ["rustls"] }
|
|
reqwest.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|