c56fa32b2c
Incomplete - can successfully initiate contact w/ radio but can't read data
20 lines
369 B
TOML
20 lines
369 B
TOML
[package]
|
|
name = "dmrconfig"
|
|
version = "0.1.0"
|
|
authors = ["Greg Shuflin <greg.shuflin@protonmail.com>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
getopts = "0.2"
|
|
chrono = "0.4"
|
|
serial = "0.4"
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.53.1"
|