/ Cargo.toml
Cargo.toml
 1  [package]
 2  name = "hpsdr-rs"
 3  version = "0.1.0"
 4  edition = "2024"
 5  
 6  [dependencies]
 7  glib = "0.21.1"
 8  gtk = "0.18.2"
 9  libc = "0.2.174"
10  libpulse-binding = "2.30.1"
11  libpulse-simple-binding = "2.29.0"
12  nix = { version = "0.30.1", features = ["net"] }
13  once_cell = "1.21.3"
14  paste = "1.0.15"
15  strum = { version = "0.27.2", features = ["derive"] }
16  wdsp-sys = { path = "../xto/wdsp-sys" }
17  
18  [lib]
19  name = "hpsdr"
20  crate-type = ["cdylib", "staticlib", "rlib"]
21  
22  [build-dependencies]
23  cbindgen = "0.29.0"