From 3ac809d7f8c4f29bfcd0a52c7e168e783abc88df Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Wed, 25 Sep 2024 21:49:33 +0200 Subject: Extract IO operations to own module --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index bb52045..442a9ac 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -11,7 +11,7 @@ proptest = "1.0.0" [lib] name = "lambda" -path = "src/lambda.rs" +path = "src/lib.rs" [[bin]] name = "lambda" -- cgit v1.2.3