summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorArnaud Bailly <arnaud.bailly@iohk.io>2024-09-29 12:54:38 +0200
committerArnaud Bailly <arnaud.bailly@iohk.io>2024-09-29 12:54:38 +0200
commit04261b4798a73118f5266801fca9bf3d7ca95bdf (patch)
tree1992e6813411dfc88b568e481291e577b5786493 /rust/Cargo.toml
parent3ac809d7f8c4f29bfcd0a52c7e168e783abc88df (diff)
downloadlambda-nantes-04261b4798a73118f5266801fca9bf3d7ca95bdf.tar.gz
[wip] Draft tester program
The goal is to have a simple CLI that will repeatedly run sequence of tests against a known (Rest-ish) API, until all tests are "green".
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 442a9ac..8cece05 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -16,3 +16,7 @@ path = "src/lib.rs"
[[bin]]
name = "lambda"
path = "src/main.rs"
+
+[[bin]]
+name = "tester"
+path = "src/tester.rs"