dmrconfig/Cargo.toml

20 lines
369 B
TOML
Raw Normal View History

2021-02-27 21:01:44 -08:00
[package]
name = "dmrconfig"
version = "0.1.0"
authors = ["Greg Shuflin <greg.shuflin@protonmail.com>"]
2022-04-23 16:36:33 -07:00
edition = "2021"
2021-02-27 21:01:44 -08:00
[lib]
crate-type = ["staticlib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-02-27 21:25:33 -08:00
libc = "0.2"
2021-02-27 22:52:27 -08:00
getopts = "0.2"
2021-03-01 20:36:42 -08:00
chrono = "0.4"
serial = "0.4"
2021-02-28 12:23:30 -08:00
[build-dependencies]
bindgen = "0.53.1"