fffc4c6b90
Co-authored-by: OpenAI Codex <codex@openai.com> Signed-off-by: Stan Grams <sjg@haxx.space>
20 lines
491 B
TOML
20 lines
491 B
TOML
# SPDX-FileCopyrightText: 2025 Stanislaw Grams <stanislawgrams@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
[package]
|
|
name = "trx-backend-soapysdr"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "BSD-2-Clause"
|
|
|
|
[dependencies]
|
|
trx-core = { path = "../../../trx-core" }
|
|
trx-rds = { path = "../../../decoders/trx-rds" }
|
|
tokio = { workspace = true, features = ["sync", "rt"] }
|
|
serde = { workspace = true }
|
|
tracing = { workspace = true }
|
|
num-complex = "0.4"
|
|
rustfft = "6"
|
|
soapysdr = "0.3"
|