summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
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"