summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorArnaud Bailly <arnaud.bailly@iohk.io>2024-09-25 21:49:33 +0200
committerArnaud Bailly <arnaud.bailly@iohk.io>2024-09-25 21:49:33 +0200
commit3ac809d7f8c4f29bfcd0a52c7e168e783abc88df (patch)
tree76ed4bbdb97e423593d2cb358906e43e75d19ddd /rust/Cargo.toml
parent7f83391f3e4f37fbc512fd7d2bb7c7ec2f0858e9 (diff)
downloadlambda-nantes-3ac809d7f8c4f29bfcd0a52c7e168e783abc88df.tar.gz
Extract IO operations to own module
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"