mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-15 14:10:56 +00:00
* fix(rust): wrong path to mode used as parameter of api Closes #16974 * fix: re-build samples
21 lines
604 B
TOML
21 lines
604 B
TOML
[package]
|
|
name = "api-ref-param-hyper"
|
|
version = "0.0.0"
|
|
authors = ["OpenAPI Generator team and contributors"]
|
|
description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)"
|
|
# Override this license by providing a License Object in the OpenAPI.
|
|
license = "Unlicense"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
serde = "^1.0"
|
|
serde_derive = "^1.0"
|
|
serde_json = "^1.0"
|
|
url = "^2.2"
|
|
uuid = { version = "^1.0", features = ["serde", "v4"] }
|
|
hyper = { version = "~0.14", features = ["full"] }
|
|
hyper-tls = "~0.5"
|
|
http = "~0.2"
|
|
base64 = "~0.7.0"
|
|
futures = "^0.3"
|