dmrconfig/Cargo.toml

14 lines
282 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"