diff options
| author | Yuval Adam <_@yuv.al> | 2021-04-17 10:40:13 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-04-17 10:40:13 +0300 |
| commit | f938410c5754ecae07db9e40743e4661f23534a3 (patch) | |
| tree | 85af57c6667ccaec7e37643c870f5ccdc1ed9f0f /Cargo.toml | |
| parent | c430b4b2f5467a0b86d2312f742e5b4ece4f4bad (diff) | |
Initial binary skeleton
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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" |
