[package] name = "bladerf" repository = "https://github.com/ryankurte/rust-bladerf" authors = ["Ryan Kurte "] description = "WIP Rust wrapper for libbladerf" readme = "README.md" license = "MIT" version = "0.1.2" edition = "2021" [workspace] members = [ ".", "sys" ] [dependencies] libc = "0.1.10" num-complex = "0.4.6" bladerf-sys = "0.1.0" [lib] name = "bladerf" path = "src/lib.rs" [[bin]] name = "bladerf" path = "src/bin.rs" [patch.crates-io] bladerf-sys = { path = "./sys" }