@@ -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."
|
@@ -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
Reference in New Issue
Block a user