From de98bfc28feebfe112a378017c73d0e20dfb2937 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Mon, 23 Sep 2024 14:36:15 +0200 Subject: Scaffolding of main, library, and tests --- rust/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'rust/Cargo.toml') 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" -- cgit v1.2.3