blob: 50b517da96d3f379cf0560f310e37e40591c1396 [file] [log] [blame]
[package]
name = "mosys"
version = "2.0.0"
authors = ["The Chromium OS Authors"]
build = "build.rs"
links = "mosys"
[profile.release]
lto = true
panic = 'abort'
[dependencies]
getopts = "=0.2.21"
io_jail = { path = "io_jail" }
lazy_static = "=1.4.0"
[build-dependencies]
bindgen = "=0.31.3"