An error occurs in the top `use lambda::{handler_fn, Context};` of `hello-without-macro.rs`. https://github.com/awslabs/aws-lambda-rust-runtime/blob/a9de2fcb24030a00e402348aba3c368b717feb6d/lambda/examples/hello-without-macro.rs#L1 The error details are as follows. ``` unresolved import `lambda` use of undeclared type or module `lambda` ``` I am adding `lambda_runtime = "0.2.1"` to Cargo.toml's [dependencies].
An error occurs in the top
use lambda::{handler_fn, Context};ofhello-without-macro.rs.https://github.com/awslabs/aws-lambda-rust-runtime/blob/a9de2fcb24030a00e402348aba3c368b717feb6d/lambda/examples/hello-without-macro.rs#L1
The error details are as follows.
I am adding
lambda_runtime = "0.2.1"to Cargo.toml's [dependencies].