feat: find another name

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-09-23 22:29:11 +02:00
parent 4b9b134980
commit e78d07db33
405 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "gitea-rs"
name = "gitea-client"
version = "1.22.1"
authors = ["OpenAPI Generator team and contributors", "kjuulh"]
description = "This documentation describes the Gitea API."

View File

@@ -1,4 +1,4 @@
# Rust API client for gitea-rs
# Rust API client for gitea-client
This documentation describes the Gitea API.
@@ -14,10 +14,10 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat
## Installation
Put the package under your project folder in a directory named `gitea-rs` and add the following to `Cargo.toml` under `[dependencies]`:
Put the package under your project folder in a directory named `gitea-client` and add the following to `Cargo.toml` under `[dependencies]`:
```
gitea-rs = { path = "./gitea-rs" }
gitea-client = { path = "./gitea-client" }
```
## Documentation for API Endpoints

Some files were not shown because too many files have changed in this diff Show More