blob: eb8d81694fb1fde3a98d1e7b1e1bec1b27c50601 [file] [log] [blame]
[package]
name = "crostini_client"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
build = "build.rs"
[[bin]]
name = "crostini_client"
path = "main.rs"
[profile.release]
lto = true
panic = 'abort'
overflow-checks = true
[workspace]
[dependencies]
dbus = "0.6"
getopts = "0.2"
libc = "0.2.44"
protobuf = "2.3"
[build-dependencies]
protoc-rust = "2.3"