summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 171186f..c98590f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,3 +5,11 @@ authors = ["Yuval Adam <_@yuv.al>"]
[dependencies]
rusb = "0.8"
+
+[lib]
+name = "rustl_sdr"
+path = "src/lib.rs"
+
+[[bin]]
+name = "rustl_fm"
+path = "src/rustl_fm.rs"