dmrconfig/Cargo.toml

18 lines
339 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>"]
edition = "2018"
[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-02-28 12:23:30 -08:00
[build-dependencies]
bindgen = "0.53.1"