mrapids 0.1.31

Your OpenAPI, but executable
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[target.x86_64-unknown-linux-gnu]
pre-build = [
    "apt-get update",
    "apt-get install -y pkg-config libssl-dev"
]

[target.x86_64-pc-windows-msvc]
xargo = false
image = "ghcr.io/cross-rs/x86_64-pc-windows-msvc:main"

[target.aarch64-apple-darwin]
xargo = false

[target.x86_64-apple-darwin]
xargo = false