diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,4 +12,4 @@ path = "src/lib.rs" [[bin]] name = "rustl_fm" -path = "src/rustl_fm.rs" +path = "src/utils/rustl_fm.rs" |
![]() |
index : rustl-sdr | |
| A pure Rust implementation of the RTL-SDR driver |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | Cargo.toml | 2 |
@@ -12,4 +12,4 @@ path = "src/lib.rs" [[bin]] name = "rustl_fm" -path = "src/rustl_fm.rs" +path = "src/utils/rustl_fm.rs" |