mirror of
https://github.com/stoatchat/rust-okapi.git
synced 2026-07-01 21:44:49 -04:00
af52ba1c39
- Allow customization of OpenApi object. - Allow merging of OpenApi objects. - Retrieve OpenApi object after generating. (Closes: #28) - Create `mount_endpoints_and_merged_docs` marco in order to streamline code structure for bigger projects. (Closes: #30) - Added new example for structuring bigger projects. - Allowed changing path where OpenApi file is hosted. - Added `log v0.4` as a dependency.
9 lines
146 B
TOML
9 lines
146 B
TOML
[workspace]
|
|
members = [
|
|
"okapi",
|
|
"rocket-okapi",
|
|
"rocket-okapi-codegen",
|
|
"examples/json-web-api",
|
|
"examples/custom_schema",
|
|
]
|