Generate api client with openapi-generator (#3)

* Generate api client with openapi-generator

* Add wrapper struct

* Add basic example
This commit is contained in:
Guilherme Werner
2025-06-03 19:47:49 -03:00
committed by GitHub
parent e701f20c1a
commit 23af141e2d
69 changed files with 6886 additions and 880 deletions

View File

@@ -1,16 +0,0 @@
[package]
name = "tribufu-constants"
version = "0.1.0"
description = "Tribufu Constants"
repository = "https://github.com/Tribufu/TribufuRust"
authors = ["Tribufu <contact@tribufu.com>"]
license = "MIT"
edition = "2021"
publish = true
[lib]
name = "tribufu_constants"
crate-type = ["rlib"]
path = "lib.rs"
[dependencies]