diff options
Diffstat (limited to 'rust/Cargo.toml')
| -rw-r--r-- | rust/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 7d75412..be173f5 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -4,3 +4,11 @@ version = "0.1.0" edition = "2021" [dependencies] + +[lib] +name = "lambda" +path = "src/lambda.rs" + +[[bin]] +name = "lambda" +path = "src/main.rs" |
