From 1d22e19cc29da2f199f70c558dc0e6fc5f0e0ee6 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 17 Apr 2021 10:41:33 +0300 Subject: Move into utils/ directory --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c98590f..47f51ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ path = "src/lib.rs" [[bin]] name = "rustl_fm" -path = "src/rustl_fm.rs" +path = "src/utils/rustl_fm.rs" -- cgit v1.3.1