We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be8617 commit 3a04edeCopy full SHA for 3a04ede
openapi-lambda/Cargo.toml
@@ -1,7 +1,6 @@
1
[package]
2
name = "openapi-lambda"
3
description = "Opinionated, strongly-typed code generation for AWS Lambda from OpenAPI definitions"
4
-readme = "../README.md"
5
6
authors.workspace = true
7
edition.workspace = true
openapi-lambda/README.md
@@ -0,0 +1 @@
+../README.md
openapi-lambda/src/lib.rs
@@ -1,4 +1,4 @@
-#![doc = include_str!("../../README.md")]
+#![doc = include_str!("../README.md")]
#![warn(missing_docs)]
use aws_lambda_events::apigw::ApiGatewayProxyResponse;
0 commit comments