15 lines
298 B
TOML
15 lines
298 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"
|