This repository has been archived on 2022-01-29. You can view files and clone it, but cannot push or open issues or pull requests.
hackrf/Cargo.toml
2022-01-29 00:41:38 +01:00

11 lines
No EOL
295 B
TOML

[package]
name = "hackrf"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libhackrf-sys = { git = "https://gitea.peacememori.es/peacememories/libhackrf-sys"}
ctor = "0.1.21"
thiserror = "1.0.30"