From 46439763077ce7b656e8fae257f9c2205f23c6e5 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 17 Apr 2021 15:06:16 +0300 Subject: Add rustl_test binary --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 722a659..11c00b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,3 +15,7 @@ path = "src/lib.rs" [[bin]] name = "rustl_fm" path = "src/utils/rustl_fm.rs" + +[[bin]] +name = "rustl_test" +path = "src/utils/rustl_test.rs" -- cgit v1.3.1