summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-04-17 10:41:33 +0300
committerYuval Adam <_@yuv.al>2021-04-17 10:41:33 +0300
commit1d22e19cc29da2f199f70c558dc0e6fc5f0e0ee6 (patch)
treea324c64dcce277652988e133777ffc24c8c6f802 /Cargo.toml
parentf938410c5754ecae07db9e40743e4661f23534a3 (diff)
Move into utils/ directory
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"