18 lines
321 B
TOML
18 lines
321 B
TOML
[package]
|
|
name = "openapi"
|
|
version = "1.0.0"
|
|
authors = ["OpenAPI Generator team and contributors"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
serde = "^1.0"
|
|
serde_derive = "^1.0"
|
|
serde_json = "^1.0"
|
|
url = "^2.2"
|
|
[dependencies.reqwest]
|
|
version = "^0.11"
|
|
default-features = false
|
|
features = ["json", "multipart"]
|
|
|
|
[dev-dependencies]
|