feat: find another name
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
4b9b134980
commit
e78d07db33
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -217,7 +217,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
|
||||
|
||||
[[package]]
|
||||
name = "gitea-rs"
|
||||
name = "gitea-client"
|
||||
version = "1.22.1"
|
||||
dependencies = [
|
||||
"reqwest",
|
||||
|
@ -3,7 +3,7 @@ members = ["crates/*"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.dependencies]
|
||||
gitea-rs = { path = "crates/gitea-rs" }
|
||||
gitea-client = { path = "crates/gitea-client" }
|
||||
|
||||
anyhow = { version = "1.0.71" }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
|
@ -1,4 +1,4 @@
|
||||
# gitea-rs
|
||||
# gitea-client
|
||||
|
||||
This is just a simple generation of giteas openapi spec, compatibility not guaranteed.
|
||||
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user