summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-04-17 10:40:13 +0300
committerYuval Adam <_@yuv.al>2021-04-17 10:40:13 +0300
commitf938410c5754ecae07db9e40743e4661f23534a3 (patch)
tree85af57c6667ccaec7e37643c870f5ccdc1ed9f0f /Cargo.toml
parentc430b4b2f5467a0b86d2312f742e5b4ece4f4bad (diff)
Initial binary skeleton
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"