feat: add readme

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-08-21 21:59:07 +02:00
parent 657e1a095e
commit d859db820e
Signed by: kjuulh
GPG Key ID: D85D7535F18F35FA

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# gitea-rs
This is just a simple generation of giteas openapi spec, compatibility not guaranteed.
To regenerate the client:
```
cuddle x generate_gitea_client
```