lemma-openapi 0.9.2

OpenAPI 3.1 specification generator for Lemma specs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "lemma-openapi"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "OpenAPI 3.1 specification generator for Lemma specs."

[dependencies]
lemma = { package = "lemma-engine", version = "=0.9.2", path = "../engine" }
serde.workspace = true
serde_json.workspace = true

[lints]
workspace = true