diff options
Diffstat (limited to 'rust/Cargo.toml')
| -rw-r--r-- | rust/Cargo.toml | 4 |
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" |
